We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfee118 commit 0979040Copy full SHA for 0979040
1 file changed
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
# Steps represent a sequence of tasks that will be executed as part of the job
35
steps:
36
# Checks-out your repository under $GITHUB_WORKSPACE
37
- - uses: actions/checkout@v4.2.1
+ - uses: actions/checkout@v4.2.2
38
39
# Running golangci-lint
40
- name: Linting
0 commit comments