Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5c2557

Browse files
authoredJun 28, 2024··
Update actions/checkout action to v4
1 parent 2787c51 commit b5c2557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
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)
Please sign in to comment.