Skip to content

Commit

Permalink
Merge pull request #456 from jy95/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4.1.2

ci(deps): bump actions/cache from 4.1.1 to 4.1.2
  • Loading branch information
jy95 authored Oct 22, 2024
2 parents 3cb7399 + 4cbe6e7 commit 64f2eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-testsite-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 64f2eae

Please sign in to comment.