diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index dab92c3..2b2fca4 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 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 + uses: vidavidorra/.github/.github/workflows/node-build.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 strategy: fail-fast: false matrix: @@ -20,7 +20,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 + uses: vidavidorra/.github/.github/workflows/node-test.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 strategy: fail-fast: false matrix: @@ -28,7 +28,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} code-coverage: - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@5bb6200bddeee90f995e26fafda3e7a688206fbb # v5.0.5 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 needs: - lint - build @@ -36,7 +36,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} 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