From 1a2cf31cc7e8608bb4dc508c3f5d736e14f277a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:40:17 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v5.0.10 --- .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 e037a5c..efb8eae 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@13dbe9801fbc35bd6f69c55a16cb479c9cb148a5 # v5.0.9 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@13dbe9801fbc35bd6f69c55a16cb479c9cb148a5 # v5.0.9 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@13dbe9801fbc35bd6f69c55a16cb479c9cb148a5 # v5.0.9 + uses: vidavidorra/.github/.github/workflows/node-build.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10 test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@13dbe9801fbc35bd6f69c55a16cb479c9cb148a5 # v5.0.9 + uses: vidavidorra/.github/.github/workflows/node-test.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10 code-coverage: - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@13dbe9801fbc35bd6f69c55a16cb479c9cb148a5 # v5.0.9 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10 needs: - lint - build @@ -24,7 +24,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@13dbe9801fbc35bd6f69c55a16cb479c9cb148a5 # v5.0.9 + uses: vidavidorra/.github/.github/workflows/release.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10 needs: - lint-commit-messages - lint