We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bba1500 + 5f4caf7 commit a9fa3d1Copy full SHA for a9fa3d1
3 files changed
.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: Run tests
18
env:
.github/workflows/ci-release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
- name: Build project
run: |
make && mv hanoverd hanoverd_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