Skip to content

Commit

Permalink
Merge pull request #2614 from pdcp1/update-actions-version
Browse files Browse the repository at this point in the history
Update actions version to v4
  • Loading branch information
kepae authored Feb 5, 2024
2 parents 372b364 + f534496 commit a467e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: Install dependencies
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
install-command: npm ci

- name: Restore build cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
env:
cache-name: cache-build-folder
with:
Expand Down

0 comments on commit a467e6f

Please sign in to comment.