Skip to content

Commit

Permalink
Merge pull request #835 from pedromsantos/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4.2.1

chore(deps): bump actions/cache from 4.2.0 to 4.2.1
  • Loading branch information
pedromsantos authored Feb 25, 2025
2 parents 79c1e2d + 21fbf06 commit 029fb86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: '22.x'

- name: Cache node modules
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.1
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '22.x'

- name: Cache node modules
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.1
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: --unshallow

- name: Cache node modules
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.1
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 029fb86

Please sign in to comment.