From 37f21c35df8f5747f8d5e30d80537c7b6bc56646 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 23:05:09 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v5.0.6 --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 90ab83c..78171c6 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@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 release: - uses: vidavidorra/.github/.github/workflows/release.yml@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 + uses: vidavidorra/.github/.github/workflows/release.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 needs: - lint-commit-messages - lint