Skip to content

Commit 48eb451

Browse files
Update actions/checkout action to v5
1 parent 05fb3a8 commit 48eb451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ jobs:
55
name: Lint
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- name: Lint
1010
uses: gardenbed/actions/go-lint@main
1111
test:
1212
name: Test
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Test
1717
id: test
1818
uses: gardenbed/actions/go-cover@main
@@ -27,7 +27,7 @@ jobs:
2727
name: Build
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- uses: actions/setup-go@v5
3232
- name: Build Binary
3333
run: go build .

0 commit comments

Comments
 (0)