We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758a6e0 commit e380261Copy full SHA for e380261
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
30
- name: Initialize CodeQL
31
uses: github/codeql-action/init@v2
.github/workflows/releasing.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout
13
14
with:
15
fetch-depth: 0
16
- name: Set up Go
.github/workflows/testing.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Clone repository
uses: actions/setup-go@v4
0 commit comments