Skip to content

Commit

Permalink
Merge pull request #234 from twitchdev/gh-actions-v3
Browse files Browse the repository at this point in the history
Updated actions/setup-go and actions/checkout to v3
  • Loading branch information
Xemdo authored Apr 21, 2023
2 parents 0a65126 + ea24966 commit 2c9bb6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Build with xgo
uses: crazy-max/ghaction-xgo@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test
run: go test ./...

0 comments on commit 2c9bb6d

Please sign in to comment.