diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d07bb2..b30a40a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: id: go - name: Check out the code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Lint uses: golangci/golangci-lint-action@v9 @@ -28,6 +28,6 @@ jobs: run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 with: token: ${{ secrets.CODECOV_TOKEN }}