Skip to content

Commit

Permalink
Update actions/cache action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Oct 14, 2024
1 parent 12c8e90 commit 56f0b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# https://github.com/actions/cache
- name: Restore Yarn cache
if: steps.paths-filter.outputs.src == 'true'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: yarn-cache-folder-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}
Expand Down

0 comments on commit 56f0b81

Please sign in to comment.