diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index aa20af7..e99910c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -8,15 +8,15 @@ on: pull_request: null jobs: lint-commit-messages: - uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 + uses: vidavidorra/.github/.github/workflows/node-build.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 + uses: vidavidorra/.github/.github/workflows/node-test.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 code-coverage: - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 needs: - lint - build @@ -24,7 +24,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@e84314ffa98a80fb404e08fb6accf04508ba743e # v5.0.6 + uses: vidavidorra/.github/.github/workflows/release.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 needs: - lint-commit-messages - lint