From 8337b218c4486c1e26ab221677d8536d0946a1e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 07:41:09 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v7 --- .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 c6310c4..5b47875 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@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16 + uses: vidavidorra/.github/.github/workflows/node-build.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0 strategy: fail-fast: false matrix: @@ -20,7 +20,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16 + uses: vidavidorra/.github/.github/workflows/node-test.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0 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@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0 needs: - lint - build @@ -36,7 +36,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16 + uses: vidavidorra/.github/.github/workflows/release.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0 needs: - lint-commit-messages - lint