Skip to content

Commit

Permalink
Merge pull request #25 from rubocop/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
koic committed Jan 23, 2024
2 parents b778f63 + 948befd commit 07e4d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: runner.os == 'Linux'
- name: Cache VS Code Binary
id: vscode-test
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .vscode-test/
key: ${{ runner.os }}-vscode-test
Expand Down

0 comments on commit 07e4d86

Please sign in to comment.