diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 224f015..3e1e5dc 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@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43 + uses: vidavidorra/.github/.github/workflows/node-build.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 strategy: fail-fast: false matrix: @@ -20,7 +20,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43 + uses: vidavidorra/.github/.github/workflows/node-test.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 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@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 needs: - lint - build @@ -36,7 +36,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43 + uses: vidavidorra/.github/.github/workflows/release.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0 needs: - lint-commit-messages - lint