Skip to content

Commit

Permalink
Merge pull request #13 from lithammer/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
lithammer authored Mar 1, 2022
2 parents 41b9a9b + a4e9923 commit 7973740
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 @@ -19,7 +19,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit 7973740

Please sign in to comment.