From 7f19c311699b5d535ae1c8613cb5fcfc91797914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:08:34 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v4.2.12 --- .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 698e0c4..40921a0 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@8a97cf427afdf758bbee16dd79b1ae1bda253fca # v4.2.11 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@a54897659db3effb4214e5014ea3486901728203 # v4.2.12 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@8a97cf427afdf758bbee16dd79b1ae1bda253fca # v4.2.11 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@a54897659db3effb4214e5014ea3486901728203 # v4.2.12 release: - uses: vidavidorra/.github/.github/workflows/release.yml@8a97cf427afdf758bbee16dd79b1ae1bda253fca # v4.2.11 + uses: vidavidorra/.github/.github/workflows/release.yml@a54897659db3effb4214e5014ea3486901728203 # v4.2.12 needs: - lint-commit-messages - lint