From 13d027803e2c7f136eb89e1f2f37b9e3c771e1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:12:42 +0100 Subject: [PATCH 1/2] deps: bump codecov/codecov-action from 3 to 4 (#93) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16cca31..d57c65c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: - name: Upload Coverage if: ${{ !inputs.skipTests }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 continue-on-error: true with: token: ${{secrets.CODECOV_TOKEN}} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18c5cf8..7270533 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: run: go test -v -count=1 -race -shuffle=on -coverprofile=coverage.txt ./... - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 continue-on-error: true with: token: ${{secrets.CODECOV_TOKEN}} From 8b5732a81871687bae52a06bd0acf71e5915f7ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:59:26 +0100 Subject: [PATCH 2/2] deps: bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#94) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c7116f9..05836e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: check-latest: true - name: Lint - uses: golangci/golangci-lint-action@v3.7.0 + uses: golangci/golangci-lint-action@v4.0.0 with: version: latest args: --timeout 5m