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 59deb44 commit 6b2dc4fCopy full SHA for 6b2dc4f
.github/workflows/release.yaml
@@ -13,12 +13,12 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4.1.5
17
with:
18
fetch-depth: 0 # disable shallow clone - get all
19
20
- name: Set up Go 1.x
21
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v5.0.1
22
23
go-version: stable
24
id: go
.github/workflows/test.yaml
@@ -15,10 +15,10 @@ jobs:
build:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4.1.5
- name: Set up Go
go-version: 'stable'
check-latest: true
0 commit comments