Skip to content

Commit

Permalink
fix(deps): update vidavidorra/.github action to v4.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent bc9a14c commit b6253ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ on:
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
uses: vidavidorra/.github/.github/workflows/node-lint.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
build:
uses: vidavidorra/.github/.github/workflows/node-build.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
uses: vidavidorra/.github/.github/workflows/node-build.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
test:
uses: vidavidorra/.github/.github/workflows/node-test.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
uses: vidavidorra/.github/.github/workflows/node-test.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
code-coverage:
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
needs:
- lint
- build
- test
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}
release:
uses: vidavidorra/.github/.github/workflows/release.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
uses: vidavidorra/.github/.github/workflows/release.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
needs:
- lint-commit-messages
- lint
Expand Down

0 comments on commit b6253ad

Please sign in to comment.