Skip to content

Commit 3389c72

Browse files
committed
github: update setup-go and checkout action to latest
Signed-off-by: Paul Holzinger <[email protected]>
1 parent aedee8b commit 3389c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121

2222
- name: checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v5
2424

2525
- name: install go ${{ matrix.go-version }}
26-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v6
2727
with:
2828
stable: '!contains(${{ matrix.go-version }}, "beta") && !contains(${{ matrix.go-version }}, "rc")'
2929
go-version: ${{ matrix.go-version }}

0 commit comments

Comments
 (0)