diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5779536..1cf2fb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: with: go-version: 1.17.x - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.5 - name: Test run: | go test ./... -coverprofile=profile.cov