Skip to content

Commit 8820d78

Browse files
authored
Update github action modules (#22)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent ba54a03 commit 8820d78

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
@@ -18,12 +18,12 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Set up Go 1.23
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version: '1.23'
2424

2525
- name: Check out code into the Go module directory
26-
uses: actions/checkout@v1
26+
uses: actions/checkout@v4
2727

2828
- name: Run checks
2929
run: |

0 commit comments

Comments
 (0)