Skip to content

Commit 60d8ebf

Browse files
authored
Merge pull request #65 from AlvaroBrey/renovate/actions
chore(deps): update actions/cache action to v4.2.0
2 parents 1480215 + 598a43c commit 60d8ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "::set-output name=dir::$(yarn cache dir)"
2222

2323
- name: Cache dependencies
24-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
24+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2525
with:
2626
path: ${{ steps.yarn-cache.outputs.dir }}
2727
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)