Skip to content

Commit 09c6e99

Browse files
build(deps): bump actions/checkout from 3 to 4 (#9)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2878252 commit 09c6e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
go: [ '1.22', '1.21', '1.20', '1.13' ]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:

0 commit comments

Comments
 (0)