From e8ea20ac1f7f7b7cd0033c3cb01cdb17735623b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:41:02 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v5.0.19 --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e6097f9..78160d5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -8,11 +8,11 @@ on: pull_request: null jobs: lint-commit-messages: - uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@ac661a7443aa02169bebad9f41fbbe19ceacf47e # v5.0.18 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@41e1532b5bbf11b17a3cdb7232c32a72bdc34d9e # v5.0.19 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@ac661a7443aa02169bebad9f41fbbe19ceacf47e # v5.0.18 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@41e1532b5bbf11b17a3cdb7232c32a72bdc34d9e # v5.0.19 release: - uses: vidavidorra/.github/.github/workflows/release.yml@ac661a7443aa02169bebad9f41fbbe19ceacf47e # v5.0.18 + uses: vidavidorra/.github/.github/workflows/release.yml@41e1532b5bbf11b17a3cdb7232c32a72bdc34d9e # v5.0.19 needs: - lint-commit-messages - lint