Skip to content

Commit

Permalink
fix: update actions/cache action to v4.2.0 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Dec 5, 2024
1 parent 454f499 commit 5f84692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/setup/node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:

- name: Restore node_modules from cache
id: cache-node-modules
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ${{ inputs.node-path }}
key:
Expand Down
2 changes: 1 addition & 1 deletion actions/setup/playwright/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
id: playwright-cache
with:
path: |
Expand Down

0 comments on commit 5f84692

Please sign in to comment.