Skip to content

Commit

Permalink
Fixed warning of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed May 6, 2023
1 parent d35a7b1 commit d8762d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
go: ["1.17", "1.18", "1.19", "1.20"]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go

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

- name: Get dependencies
run: |
Expand Down

0 comments on commit d8762d6

Please sign in to comment.