From e785435f2353422a6bdd56744c051806ae49792d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:02:04 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v5.0.13 --- .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 978414a..9b42d57 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@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 + uses: vidavidorra/.github/.github/workflows/node-build.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 strategy: fail-fast: false matrix: @@ -20,7 +20,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 + uses: vidavidorra/.github/.github/workflows/node-test.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 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@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 needs: - lint - build @@ -36,7 +36,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 + uses: vidavidorra/.github/.github/workflows/release.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 needs: - lint-commit-messages - lint