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 b459b33 + c67ebb5 commit 8ced492Copy full SHA for 8ced492
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
12
- uses: actions/setup-go@v5
13
with:
14
go-version: "1.24"
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments