Skip to content

Commit 9741ac0

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c94b1d commit 9741ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: runner.os == 'Linux'
8787
- name: Cache VS Code Binary
8888
id: vscode-test
89-
uses: actions/cache@v3
89+
uses: actions/cache@v4
9090
with:
9191
path: .vscode-test/
9292
key: ${{ runner.os }}-vscode-test

0 commit comments

Comments
 (0)