We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af9fe1d + baea80e commit d083c97Copy full SHA for d083c97
3 files changed
.github/workflows/go.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Set up Go
19
uses: actions/setup-go@v5
.github/workflows/golangci-lint.yml
@@ -17,7 +17,7 @@ jobs:
name: lint
20
21
- uses: actions/setup-go@v5
22
with:
23
go-version-file: 'go.mod'
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
- name: "Checkout"
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
fetch-depth: 0
0 commit comments