Skip to content

Commit 72d2726

Browse files
committed
Update actions/checkout to v4 in Go workflow
Bump the actions/checkout version from v3 to v4 for the integration tests step in the GitHub Actions Go workflow.
1 parent 6464438 commit 72d2726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: go build -o turso cmd/turso/main.go
6969

7070
- name: Integration tests checkout
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
with:
7373
repository: tursodatabase/tursotest
7474
ref: "main"

0 commit comments

Comments
 (0)