Merge pull request #9 from nxtrace/dependabot/github_actions/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
This commit is contained in:
tsosunchia
2023-09-04 22:57:17 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ jobs:
CGO_ENABLED: 0
steps:
- name: Checkout codebase
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Show workflow information
run: |
if [ ! -z $GOARM ]; then

View File

@@ -34,7 +34,7 @@ jobs:
go-version: '1.20'
check-latest: true
- name: Checkout codebase
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Test with unix
if: ${{ matrix.os != 'windows-latest' }}
run: sudo go test -v -coverprofile='coverage.out' -covermode=count ./...