From 660a7ac65e53b42719fb82035cd997a111e86f48 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 15 Apr 2023 20:54:58 +0800 Subject: [PATCH] :wrench: Update packaging dependencies --- .github/workflows/pake_build_with_cache.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index 4a5ce79..8d6b435 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -11,7 +11,7 @@ on: required: true type: boolean default: true - + jobs: build: @@ -40,10 +40,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: install node - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18 @@ -88,7 +88,7 @@ jobs: shell: pwsh run: | npm run build:all-windows - + - name: Upload files # arg info: https://github.com/ncipollo/release-action#release-action uses: ncipollo/release-action@v1