Skip to content

Commit

Permalink
Update actions (#76)
Browse files Browse the repository at this point in the history
This updates:
- actions/checkout to v3
- actions/setup-go to v4
- codecov/codecov-action to v3.
  • Loading branch information
sywhang committed Jul 19, 2023
1 parent 4b0a5c9 commit 9440450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

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

- name: Load cached dependencies
uses: actions/cache@v1
Expand All @@ -45,4 +45,4 @@ jobs:
run: make cover

- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

0 comments on commit 9440450

Please sign in to comment.