We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 835a876 + 564eae2 commit 1a0f80dCopy full SHA for 1a0f80d
3 files changed
.github/workflows/ci-build.yml
@@ -17,7 +17,7 @@ jobs:
17
go-version: '~1.25.1'
18
19
- name: Checkout code
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
22
- name: Run tests
23
run: |
.github/workflows/ci-release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
14
15
- name: Build project
16
make && mv hookbot hookbot_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