Skip to content

Commit 928b55e

Browse files
committed
gha: update actions/checkout@v4
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 976bd8d commit 928b55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Go
1717
uses: actions/setup-go@v2
@@ -30,7 +30,7 @@ jobs:
3030
# on macOS, which helps catch missing build tags.
3131
runs-on: macos-latest
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
3434

3535
- name: Set up Go
3636
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)