Skip to content

Commit

Permalink
CI: Update some actions (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored May 11, 2022
1 parent 93827db commit b18ef16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
steps:

- name: Set up Go ${{ matrix.goVer }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.goVer }}
id: go

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

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

0 comments on commit b18ef16

Please sign in to comment.