Skip to content

Commit

Permalink
chore(deps): update vidavidorra/.github action to v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent e7d5153 commit 39cd85f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}

0 comments on commit 39cd85f

Please sign in to comment.