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 9e91d11 + 2051bec commit 111527aCopy full SHA for 111527a
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
id: go
27
28
- name: Check out code into the Go module directory
29
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
30
31
- name: Get dependencies
32
run: |
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v3
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/docker-release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- name: Log in to the Container registry
23
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
0 commit comments