diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb881818..07004855 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: go-version: "1.19" check-latest: true - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: golangci/golangci-lint-action@v3 test: @@ -32,7 +32,7 @@ jobs: with: go-version: "1.19" check-latest: true - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: "Run tests" run: go test -json ./... > test.json - name: "Annotate tests"