Skip to content

Commit

Permalink
update CI workflow actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jul 20, 2023
1 parent eca23e6 commit cdb2e0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:

steps:
- name: Setup Go ${{ matrix.goVer }}
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.goVer }}
check-latest: true
id: go

- name: Src Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
fetch-depth: 1

Expand Down

0 comments on commit cdb2e0e

Please sign in to comment.