Skip to content

Commit e20f6b4

Browse files
committed
chore: use the latest versions of the actions
We were getting warnings about unsupported versions.
1 parent c191c2b commit e20f6b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
test:
1919
runs-on: linux-x64-latest-more-storage
2020
steps:
21-
- uses: actions/setup-go@v2
21+
- uses: actions/setup-go@v5
2222
with:
2323
go-version: ^1.17
2424

25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828

29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v4
3030
with:
3131
path: ~/go/pkg/mod
3232
key: ${{ runner.os }}-gopkgmod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)