From 9efb0c3972a756e9075e2bc75404faf2243355ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:36:47 +0000 Subject: [PATCH] fix(deps): update vidavidorra/.github action to v5.0.3 --- .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 c3ce4af..75b4ce4 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@e69ae12205e23af250a974d261e50c1f816d1e71 # v5.0.2 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@0240b11b7589077c967e316bb5052df7e0ed35fe # v5.0.3 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@e69ae12205e23af250a974d261e50c1f816d1e71 # v5.0.2 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@0240b11b7589077c967e316bb5052df7e0ed35fe # v5.0.3 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@e69ae12205e23af250a974d261e50c1f816d1e71 # v5.0.2 + uses: vidavidorra/.github/.github/workflows/node-build.yml@0240b11b7589077c967e316bb5052df7e0ed35fe # v5.0.3 test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@e69ae12205e23af250a974d261e50c1f816d1e71 # v5.0.2 + uses: vidavidorra/.github/.github/workflows/node-test.yml@0240b11b7589077c967e316bb5052df7e0ed35fe # v5.0.3 code-coverage: - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@e69ae12205e23af250a974d261e50c1f816d1e71 # v5.0.2 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@0240b11b7589077c967e316bb5052df7e0ed35fe # v5.0.3 needs: - lint - build @@ -24,7 +24,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@e69ae12205e23af250a974d261e50c1f816d1e71 # v5.0.2 + uses: vidavidorra/.github/.github/workflows/release.yml@0240b11b7589077c967e316bb5052df7e0ed35fe # v5.0.3 needs: - lint-commit-messages - lint