Skip to content

Commit

Permalink
Merge pull request #65 from coreruleset/renovate/github-actions
Browse files Browse the repository at this point in the history
chore(deps): pin actions/cache action to 0c45773 in .github/workflows/test.yml
  • Loading branch information
fzipi authored Apr 27, 2024
2 parents 5c77b80 + d672bfd commit 062296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
npx -y pagefind --site public
- name: Restore lychee cache
uses: actions/cache@v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand Down

0 comments on commit 062296a

Please sign in to comment.