We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout
1 parent a0fa5cb commit 29ed18fCopy full SHA for 29ed18f
.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/lithic-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
36
37
38
39
40
41
0 commit comments