Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 2, 2024
1 parent 7d4e9cc commit ddd2b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Cache node modules
id: cache-node-modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Cache python modules
id: cache-python-modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-python-modules
with:
Expand Down

0 comments on commit ddd2b6b

Please sign in to comment.