Skip to content

Commit 30ab27d

Browse files
Update actions/checkout action to v4
1 parent b9ff9c2 commit 30ab27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:
3232
# Checks-out your repository under $GITHUB_WORKSPACE
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434

3535
# Running golangci-lint
3636
- name: Run golangci-lint

0 commit comments

Comments
 (0)