From c6a904297029240ec5f777f2ecb5d24d5a946182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:37:27 +0000 Subject: [PATCH] Update github-actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 069a14e..61ff028 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@d149ece3f4b24e9c6b291dbcdfe0b4bb68ed31b2 + uses: golangci/golangci-lint-action@692c9c9dba385536b59da68da5aef1775a6f94ea with: version: latest args: --config=./.github/.golangci.yml ./... @@ -69,7 +69,7 @@ jobs: # Codecov - name: Codecov - uses: codecov/codecov-action@daf8061cef8a0d8fd29c928f215033d63ca77d8e + uses: codecov/codecov-action@1290bddc8851afa46a03b9a73dd9979a415d4c4f with: file: .github/coverage.out