From b3588c04dadc52505fb3ee8d21a2d0c1595c4fdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 19:47:44 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v4.2.42 --- .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 5b94c91..667fbd7 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@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41 + uses: vidavidorra/.github/.github/workflows/node-build.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42 strategy: fail-fast: false matrix: @@ -20,7 +20,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41 + uses: vidavidorra/.github/.github/workflows/node-test.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42 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@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42 needs: - lint - build @@ -36,7 +36,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41 + uses: vidavidorra/.github/.github/workflows/release.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42 needs: - lint-commit-messages - lint