Skip to content

Commit

Permalink
Use actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kznrluk committed May 18, 2023
1 parent 1b65ea3 commit 25fa573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go-version: ^1.20

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

- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit 25fa573

Please sign in to comment.