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 May 3, 2024
1 parent b599352 commit 048cbec
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 048cbec

Please sign in to comment.