We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eb01a5 + 0ac215e commit 274e4e6Copy full SHA for 274e4e6
.github/workflows/ci-build.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
17
- name: Build
18
run: |
.github/workflows/ci-release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
- name: Build project
make && mv https-redirect https-redirect_linux_amd64
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
- name: Checkout repository
33
34
with:
35
# We must fetch at least the immediate parents so that if this is
36
# a pull request then we can checkout the head.
0 commit comments