Skip to content

Commit c81860e

Browse files
authored
Merge pull request #218 from jy95/dependabot/github_actions/actions/cache-4.2.3
ci(deps): bump actions/cache from 4.2.2 to 4.2.3
2 parents 0899fc8 + f614b1d commit c81860e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
3232

3333
- name: Cache dependencies
34-
uses: actions/[email protected].2
34+
uses: actions/[email protected].3
3535
with:
3636
path: ${{ steps.yarn-cache.outputs.dir }}
3737
key: ${{ runner.os }}-documentation-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)