Skip to content

Commit 0e7037e

Browse files
renovate[bot]kodiakhq[bot]
authored andcommitted
chore(deps): update actions/cache action to v4
1 parent 1e96842 commit 0e7037e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
ref: ${{ github.event.pull_request.head.sha }}
18-
- uses: actions/cache@v3
18+
- uses: actions/cache@v4
1919
with:
2020
path: ~/go/pkg/mod
2121
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
go-version: 1.19.x
1515
- name: Check out code into the Go module directory
1616
uses: actions/checkout@v4
17-
- uses: actions/cache@v3
17+
- uses: actions/cache@v4
1818
with:
1919
path: ~/go/pkg/mod
2020
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -35,7 +35,7 @@ jobs:
3535
go-version: 1.19.x
3636
- name: Check out code into the Go module directory
3737
uses: actions/checkout@v4
38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: ~/go/pkg/mod
4141
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)