We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1e0bfb + 2d2e29d commit 3b64a4aCopy full SHA for 3b64a4a
2 files changed
.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
with:
18
fetch-depth: 2
19
.github/workflows/releases.yml
@@ -35,7 +35,7 @@ jobs:
35
echo "Tag version: $VERSION"
36
37
- name: Check out code
38
39
40
- name: Set up Go
41
uses: actions/setup-go@v5
0 commit comments