From ffea90f19cb74fec737e0e1af424cd0b7606494a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:40:05 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/compose-lint.yml | 4 ++-- .github/workflows/workflow-lint.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compose-lint.yml b/.github/workflows/compose-lint.yml index df67366..30072ab 100644 --- a/.github/workflows/compose-lint.yml +++ b/.github/workflows/compose-lint.yml @@ -58,7 +58,7 @@ jobs: timeout-minutes: 15 env: # renovate: datasource=node-version depName=node versioning=node - NODE_VERSION: "24.17.0" + NODE_VERSION: "24.18.0" outputs: actionlint-result: ${{ steps.results.outputs.actionlint-result }} lint-result: ${{ steps.results.outputs.lint-result }} @@ -88,7 +88,7 @@ jobs: - name: Run actionlint id: actionlint - uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2 + uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2.2.0 continue-on-error: true - name: Validate stacks diff --git a/.github/workflows/workflow-lint.yml b/.github/workflows/workflow-lint.yml index 32e0b02..09ad41d 100644 --- a/.github/workflows/workflow-lint.yml +++ b/.github/workflows/workflow-lint.yml @@ -28,7 +28,7 @@ jobs: - name: Run actionlint id: actionlint continue-on-error: true - uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2 + uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2.2.0 - name: Run shellcheck on deployment scripts id: shellcheck