We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05852fe + 1e704e2 commit a38b550Copy full SHA for a38b550
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
15
with:
16
fetch-depth: 0
17
# Make sure the release step uses its own credentials
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
21
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
- name: Install Go
24
uses: actions/setup-go@v6
25
.github/workflows/update.yml
@@ -13,7 +13,7 @@ jobs:
18
- name: Set up Node.js
0 commit comments