From 2b5652bc1f7b0279349cd8a926960d3417bfcf59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 01:19:15 +0000 Subject: [PATCH] chore(deps): update vidavidorra/.github action to v5.0.16 --- .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 f26d44f..a6ae063 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@3a97332cdac872409603a2123d01607065c7d53f # v5.0.14 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@44995672121c4cba6f0974a65fb5f93a76e7d4ae # v5.0.16 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@3a97332cdac872409603a2123d01607065c7d53f # v5.0.14 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@44995672121c4cba6f0974a65fb5f93a76e7d4ae # v5.0.16 release: - uses: vidavidorra/.github/.github/workflows/release.yml@3a97332cdac872409603a2123d01607065c7d53f # v5.0.14 + uses: vidavidorra/.github/.github/workflows/release.yml@44995672121c4cba6f0974a65fb5f93a76e7d4ae # v5.0.16 needs: - lint-commit-messages - lint