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 ad03817 commit 9670d34Copy full SHA for 9670d34
.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@v4
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
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Release
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
with:
fetch-depth: 0
- run: ./bin/hermit env --raw >> $GITHUB_ENV
0 commit comments