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 a5904b7 commit e9d7b4bCopy full SHA for e9d7b4b
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
basic-checks:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
14
- uses: actions/setup-go@v5
15
with:
.github/workflows/release.yaml
@@ -8,7 +8,7 @@ jobs:
8
if: ${{ github.event.release.target_commitish }} == 'master'
0 commit comments