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 77fd953 commit 5dd0fd6Copy full SHA for 5dd0fd6
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
release:
10
runs-on: ubuntu-18.04
11
steps:
12
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
13
with:
14
# Note the fetch-depth: 0 option is required for the change log to
15
# work correctly with goreleaser.
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
test:
- uses: actions/setup-go@v2
16
go-version: "^1.16.0"
0 commit comments