From 76616dbf6233f8d285b187079497cafd370dd5a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 07:53:36 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v5.0.5 --- .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 b4ec17e..cd9b5c9 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@d9eb5f1fa711d7ad1bbe1d0efbe36e35080a8940 # v5.0.4 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@d9eb5f1fa711d7ad1bbe1d0efbe36e35080a8940 # v5.0.4 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@d9eb5f1fa711d7ad1bbe1d0efbe36e35080a8940 # v5.0.4 + uses: vidavidorra/.github/.github/workflows/node-build.yml@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 test: runs-on: ubuntu-latest steps: @@ -36,6 +36,6 @@ jobs: - lint - build - test - uses: vidavidorra/.github/.github/workflows/release.yml@d9eb5f1fa711d7ad1bbe1d0efbe36e35080a8940 # v5.0.4 + uses: vidavidorra/.github/.github/workflows/release.yml@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 secrets: privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}