We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2deac24 commit 1f513d5Copy full SHA for 1f513d5
2 files changed
.github/workflows/releasing.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
- name: Set up Go
.github/workflows/testing.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: Clone repository
12
13
uses: actions/setup-go@v5
0 commit comments