Skip to content

Commit

Permalink
Use actions/cache@v3 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
notFloran committed Apr 24, 2024
1 parent e651744 commit afd34d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: "Cache node"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit afd34d5

Please sign in to comment.