We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc47388 + a649f2d commit 0bea087Copy full SHA for 0bea087
.github/workflows/codeql-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: "Checkout repository"
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: "Initialize CodeQL"
27
uses: github/codeql-action/init@v2
.github/workflows/docker-push.yml
@@ -9,7 +9,7 @@ jobs:
9
push:
10
runs-on: ubuntu-latest
11
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
14
- name: Login to DockerHub
15
uses: docker/login-action@v3
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Checkout
with:
fetch-depth: 0
- name: Set up Go
0 commit comments