Skip to content

Commit 2832ca9

Browse files
authored
Merge pull request #43 from mrz1836/dependabot/github_actions/master/actions/cache-4
Bump actions/cache from 3 to 4
2 parents c3fbc39 + 9bd0930 commit 2832ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: ${{ matrix.go-version }}
2626
- name: Checkout code
2727
uses: actions/checkout@v4
28-
- uses: actions/cache@v3
28+
- uses: actions/cache@v4
2929
with:
3030
path: |
3131
~/go/pkg/mod # Module download cache

0 commit comments

Comments
 (0)