Skip to content

Commit fb5b977

Browse files
committed
Update github action modules
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent dcb9ba9 commit fb5b977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

2222
- name: Set up Go 1.23
23-
uses: actions/setup-go@v1
23+
uses: actions/setup-go@v5
2424
with:
2525
go-version: '1.23'
2626
id: go
2727

28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929

3030
- name: Prepare Host
3131
run: |

0 commit comments

Comments
 (0)