Skip to content

Commit

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

ci(deps): bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
jy95 authored Dec 6, 2024
2 parents 0b7f732 + def7b27 commit 563b436
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/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-documentation-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 563b436

Please sign in to comment.