From 10c0322346a5f35aa1a65db87cabf05101c5ae09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 06:05:15 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v4.2.37 --- .github/workflows/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a87b218..19a0f4c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -9,11 +9,11 @@ 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: runs-on: ubuntu-latest steps: @@ -36,6 +36,6 @@ jobs: - lint - build - test - uses: vidavidorra/.github/.github/workflows/release.yml@3a78a87bcdf20b93e393ec0ef71bf9fd5cd71d47 # v4.2.36 + uses: vidavidorra/.github/.github/workflows/release.yml@4518aa120d8e5f094249c7445a5dca864378c042 # v4.2.37 secrets: privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}