From 5060b85b49eaab341def81430667672381bb011f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 00:38:06 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v5.0.18 --- .github/workflows/ci-cd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b51f836..288a614 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@86214907bfc65c10478602c68a16c7e4c60398da # v5.0.17 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@ac661a7443aa02169bebad9f41fbbe19ceacf47e # v5.0.18 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@86214907bfc65c10478602c68a16c7e4c60398da # v5.0.17 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@ac661a7443aa02169bebad9f41fbbe19ceacf47e # v5.0.18 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@86214907bfc65c10478602c68a16c7e4c60398da # v5.0.17 + uses: vidavidorra/.github/.github/workflows/node-build.yml@ac661a7443aa02169bebad9f41fbbe19ceacf47e # v5.0.18 strategy: fail-fast: false matrix: @@ -20,7 +20,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@86214907bfc65c10478602c68a16c7e4c60398da # v5.0.17 + uses: vidavidorra/.github/.github/workflows/node-test.yml@ac661a7443aa02169bebad9f41fbbe19ceacf47e # v5.0.18 strategy: fail-fast: false matrix: @@ -28,7 +28,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} code-coverage: - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@86214907bfc65c10478602c68a16c7e4c60398da # v5.0.17 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@ac661a7443aa02169bebad9f41fbbe19ceacf47e # v5.0.18 needs: - lint - build @@ -36,7 +36,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@86214907bfc65c10478602c68a16c7e4c60398da # v5.0.17 + uses: vidavidorra/.github/.github/workflows/release.yml@ac661a7443aa02169bebad9f41fbbe19ceacf47e # v5.0.18 needs: - lint-commit-messages - lint