Skip to content

Commit 3ebed3b

Browse files
authored
Merge pull request #1675 from c9s/dependabot/github_actions/actions/cache-4
dep: bump actions/cache from 2 to 4
2 parents 869385b + 1889e83 commit 3ebed3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# lfs: 'true'
3333
ssh-key: ${{ secrets.git_ssh_key }}
3434

35-
- uses: actions/cache@v2
35+
- uses: actions/cache@v4
3636
with:
3737
path: |
3838
~/.cache/go-build

0 commit comments

Comments
 (0)