We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout
1 parent 7f330c1 commit 7074484Copy full SHA for 7074484
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
21
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
24
25
- name: Setup go
26
uses: actions/setup-go@v5
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ${{ github.repository == 'stainless-sdks/hypeman-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
36
37
38
39
40
41
0 commit comments