From 2577190ae28dd8715ff8dbd61d11fced6eada49c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 06:33:10 +0000 Subject: [PATCH] fix(deps): update vidavidorra/.github action to v4.2.37 --- .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 27d2a45..4c11691 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@3a78a87bcdf20b93e393ec0ef71bf9fd5cd71d47 # v4.2.36 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@3a78a87bcdf20b93e393ec0ef71bf9fd5cd71d47 # v4.2.36 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@3a78a87bcdf20b93e393ec0ef71bf9fd5cd71d47 # v4.2.36 + uses: vidavidorra/.github/.github/workflows/node-build.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@3a78a87bcdf20b93e393ec0ef71bf9fd5cd71d47 # v4.2.36 + uses: vidavidorra/.github/.github/workflows/node-test.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 code-coverage: - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@3a78a87bcdf20b93e393ec0ef71bf9fd5cd71d47 # v4.2.36 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 needs: - lint - build @@ -24,7 +24,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@3a78a87bcdf20b93e393ec0ef71bf9fd5cd71d47 # v4.2.36 + uses: vidavidorra/.github/.github/workflows/release.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 needs: - lint-commit-messages - lint