From 5176a6b7db6025de581bf8b0f3b9fcb2a0efb532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:48:01 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v5.0.1 --- .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 249c916..c3fb06f 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@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@d87a689b4e16ae4be6670167ac1d5a041ce6e480 # v5.0.1 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@d87a689b4e16ae4be6670167ac1d5a041ce6e480 # v5.0.1 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 + uses: vidavidorra/.github/.github/workflows/node-build.yml@d87a689b4e16ae4be6670167ac1d5a041ce6e480 # v5.0.1 test: runs-on: ubuntu-latest steps: @@ -36,6 +36,6 @@ jobs: - lint - build - test - uses: vidavidorra/.github/.github/workflows/release.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 + uses: vidavidorra/.github/.github/workflows/release.yml@d87a689b4e16ae4be6670167ac1d5a041ce6e480 # v5.0.1 secrets: privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}