From f85fb2cef65fa6c87687e6097ab6fba090174cd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:17:14 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v4.2.38 --- .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 e650d76..30c506d 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@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 + uses: vidavidorra/.github/.github/workflows/node-build.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38 strategy: fail-fast: false matrix: @@ -20,7 +20,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 + uses: vidavidorra/.github/.github/workflows/node-test.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38 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@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38 needs: - lint - build @@ -36,7 +36,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 + uses: vidavidorra/.github/.github/workflows/release.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38 needs: - lint-commit-messages - lint