Skip to content

Commit 428633d

Browse files
authored
Merge pull request #367 from mum4k/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 39084da + 3569f48 commit 428633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version: [ '1.20', 'stable' ]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Setup Go ${{ matrix.go-version }}
2424
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)