Skip to content

Commit 5a8b3d1

Browse files
chore(deps): update actions/checkout action to v4 (#418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5352bcd commit 5a8b3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
go-version: ${{ matrix.go-version }}
5656
- name: Checkout code
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858
- name: Install
5959
run: |
6060
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)