From 6af4cb605ae1867dfe8e8ff272aae4254d682e09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 09:43:37 +0000 Subject: [PATCH] fix(deps): update vidavidorra/.github action to v5.0.14 --- .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 3572102..5f649ae 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -8,15 +8,15 @@ on: pull_request: null jobs: lint-commit-messages: - uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@3a97332cdac872409603a2123d01607065c7d53f # v5.0.14 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@3a97332cdac872409603a2123d01607065c7d53f # v5.0.14 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 + uses: vidavidorra/.github/.github/workflows/node-build.yml@3a97332cdac872409603a2123d01607065c7d53f # v5.0.14 test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 + uses: vidavidorra/.github/.github/workflows/node-test.yml@3a97332cdac872409603a2123d01607065c7d53f # v5.0.14 code-coverage: - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@3a97332cdac872409603a2123d01607065c7d53f # v5.0.14 needs: - lint - build @@ -24,7 +24,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc # v5.0.13 + uses: vidavidorra/.github/.github/workflows/release.yml@3a97332cdac872409603a2123d01607065c7d53f # v5.0.14 needs: - lint-commit-messages - lint