We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b72ba37 + cb09ac2 commit afcdb61Copy full SHA for afcdb61
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@v4
+ uses: actions/checkout@v5
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