Skip to content

Commit bdb29c3

Browse files
Bump actions/cache from 3.3.2 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.2...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2f72d1 commit bdb29c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.yml

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

4040
- name: Restore yarn cache
41-
uses: actions/cache@v3.3.2
41+
uses: actions/cache@v4.0.2
4242
with:
4343
path: ${{ steps.yarn.outputs.dir }}
4444
key: ${{ runner.os }}-yarn-${{ hashFiles(format('{0}{1}', github.workspace, '/website/yarn.lock')) }}

0 commit comments

Comments
 (0)