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.
1 parent 2ae58c5 commit c0a2ef9Copy full SHA for c0a2ef9
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
- name: Init Hermit
15
run: ./bin/hermit env -r >> $GITHUB_ENV
16
- name: Test
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
- name: golangci-lint
0 commit comments