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 afff491 commit 8343890Copy full SHA for 8343890
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v2
+ 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