From fbc8ae730659c878bf113e1fb48ed19014c2d181 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:05:49 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v5.0.10 --- .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 02e94a4..e141c50 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@13dbe9801fbc35bd6f69c55a16cb479c9cb148a5 # v5.0.9 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@13dbe9801fbc35bd6f69c55a16cb479c9cb148a5 # v5.0.9 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10 release: - uses: vidavidorra/.github/.github/workflows/release.yml@13dbe9801fbc35bd6f69c55a16cb479c9cb148a5 # v5.0.9 + uses: vidavidorra/.github/.github/workflows/release.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10 needs: - lint-commit-messages - lint