From 9c449978f0844cd188ee7f8514cbaa25e0916cc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 06:52:46 +0000 Subject: [PATCH] chore(deps): update fkirc/skip-duplicate-actions action to v5.3.1 --- .github/workflows/container.yml | 2 +- .github/workflows/go-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index cf3c7e0..a7c9001 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -31,7 +31,7 @@ jobs: contents: read steps: - id: skip-check - uses: fkirc/skip-duplicate-actions@v5 + uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1 with: do_not_skip: '["schedule", "workflow_dispatch"]' paths: |- diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index b1a4b72..c7eccf6 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -32,7 +32,7 @@ jobs: contents: read steps: - id: skip-check - uses: fkirc/skip-duplicate-actions@v5 + uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1 with: do_not_skip: '["push", "schedule", "workflow_dispatch"]' paths: |-