We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7f1227 + c3bd0f6 commit eb0e605Copy full SHA for eb0e605
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/golangci-lint.yml
@@ -11,7 +11,7 @@ jobs:
11
name: lint
12
runs-on: ubuntu-latest
13
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
16
- uses: actions/setup-go@v5
17
with:
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
- name: Git Checkout
18
persist-credentials: false
19
0 commit comments