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 08079ac + c228c58 commit f787defCopy full SHA for f787def
3 files changed
.github/workflows/codeql.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
22
23
- name: Set up Go
24
uses: actions/setup-go@v5
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
with:
fetch-depth: 0
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
0 commit comments