Skip to content

Commit f1e6ffc

Browse files
Fix: use setup-go@v6 (not checkout@v6)
Co-authored-by: mason <mason@onkernel.com>
1 parent 6796f5d commit f1e6ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-cli-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout SDK repo
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 2
2121
fetch-tags: true
@@ -31,7 +31,7 @@ jobs:
3131
git config --global user.email "cursor-agent@kernel.sh"
3232
3333
- name: Setup Go
34-
uses: actions/setup-go@v5
34+
uses: actions/setup-go@v6
3535
with:
3636
go-version: 'stable'
3737

0 commit comments

Comments
 (0)