Skip to content

Commit fbffc88

Browse files
authored
Merge pull request #8 from hyperscale-stack/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 51c9aff + 1d2be6d commit fbffc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: go
2121

2222
- name: Check out code into the Go module directory
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Build
2626
run: go build -race -v ./...

0 commit comments

Comments
 (0)