From d0a683655d04701e32b5ccb4959d73041e92466c Mon Sep 17 00:00:00 2001 From: "flanksource-ci-runner[bot]" <66332535+flanksource-ci-runner[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 17:45:09 +0000 Subject: [PATCH] chore(deps): update flanksource/gavel action to v0.0.54 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c822969..89e776f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: with: go-version: "1.26.x" - name: Lint with Gavel - uses: flanksource/gavel@25b5e48fb166ba33a47544606aaa3e16644fa4bb # v0.0.53 + uses: flanksource/gavel@43a9189b99e71ed928f418e01cd34aa797c2c0e0 # v0.0.54 with: args: lint golangci-lint version: v0.0.53 @@ -53,7 +53,7 @@ jobs: # dbtest shares one embedded PostgreSQL server while isolating each test # with a leased ephemeral database. - name: Test with Gavel - uses: flanksource/gavel@25b5e48fb166ba33a47544606aaa3e16644fa4bb # v0.0.53 + uses: flanksource/gavel@43a9189b99e71ed928f418e01cd34aa797c2c0e0 # v0.0.54 with: args: test --ignore tests/e2e version: v0.0.53