Skip to content

Commit

Permalink
Merge pull request #1 from hyperscale-stack/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
euskadi31 committed May 10, 2023
2 parents 2347171 + cdc39b0 commit a075288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: go

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

- name: Build
run: go build -race -v ./...
Expand Down

0 comments on commit a075288

Please sign in to comment.