Skip to content

Commit 43ee1dc

Browse files
authored
Merge pull request #1 from hyperscale-stack/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2 parents a56b3a5 + 32e8492 commit 43ee1dc

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
@@ -20,7 +20,7 @@ jobs:
2020
id: go
2121

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

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

0 commit comments

Comments
 (0)