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 8bfbd18 + 7ed2c4e commit 3a89becCopy full SHA for 3a89bec
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
contents: read
18
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- uses: actions/setup-go@v5
22
with:
23
go-version: stable
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
# fetch all history for goreleaser to work correctly
# https://goreleaser.com/ci/actions/#workflow
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
build:
- name: Setup Go
uses: actions/setup-go@v5
0 commit comments