From 63c0ce40de22ed45088bcb2c0fee4240aab11027 Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Mon, 27 Oct 2025 14:19:51 +0100 Subject: [PATCH] feat(linter): update ratchet from 0.11.3 to 0.11.4 Signed-off-by: Emilien Escalle --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a90668a7..080c8358 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -234,7 +234,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 # FIXME: should be updated by dependabot. See https://github.com/dependabot/dependabot-core/issues/8362 - - uses: "docker://ghcr.io/sethvargo/ratchet:0.11.3@sha256:242445a1c55430ad7477e6fcf2027c77d03f5760702537bca4cf622e7338fc81" # 0.11.3 + - uses: "docker://ghcr.io/sethvargo/ratchet:0.11.4@sha256:242445a1c55430ad7477e6fcf2027c77d03f5760702537bca4cf622e7338fc81" # 0.11.3 if: ${{ needs.prepare-actions-linting.outputs.action-files }} with: args: "lint --format human --format actions ${{ needs.prepare-actions-linting.outputs.action-files }}"