Thanks to visit codestin.com Credit goes to github.com
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.
1 parent c6264be commit 08be3feCopy full SHA for 08be3fe
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/go.yml
@@ -31,7 +31,7 @@ jobs:
31
- 6379:6379
32
33
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
35
36
- name: Set up Go
37
uses: actions/setup-go@v5
0 commit comments