diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 52e8090..b5db813 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -9,11 +9,11 @@ on: pull_request: null jobs: lint-commit-messages: - uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@c837c2a0a83e59cb2e7b270e2e493e74e5c2d274 # v5.0.8 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@c837c2a0a83e59cb2e7b270e2e493e74e5c2d274 # v5.0.8 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 + uses: vidavidorra/.github/.github/workflows/node-build.yml@c837c2a0a83e59cb2e7b270e2e493e74e5c2d274 # v5.0.8 test: runs-on: ubuntu-latest steps: @@ -36,6 +36,6 @@ jobs: - lint - build - test - uses: vidavidorra/.github/.github/workflows/release.yml@c76aaeece6444dce7b8749611c342839cdb210ea # v5.0.7 + uses: vidavidorra/.github/.github/workflows/release.yml@c837c2a0a83e59cb2e7b270e2e493e74e5c2d274 # v5.0.8 secrets: privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}