Skip to content

Commit

Permalink
chore(deps): update vidavidorra/.github action to v4.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 483e48c commit a95d6ad
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@66bf31e2d8c47eb0a93a2e773b321e9fe849a0cc # v4.2.14
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@464913824be7ca8548b9c7b28f32d3963008e2ea # v4.2.15
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@66bf31e2d8c47eb0a93a2e773b321e9fe849a0cc # v4.2.14
uses: vidavidorra/.github/.github/workflows/node-lint.yml@464913824be7ca8548b9c7b28f32d3963008e2ea # v4.2.15
build:
uses: vidavidorra/.github/.github/workflows/node-build.yml@66bf31e2d8c47eb0a93a2e773b321e9fe849a0cc # v4.2.14
uses: vidavidorra/.github/.github/workflows/node-build.yml@464913824be7ca8548b9c7b28f32d3963008e2ea # v4.2.15
test:
uses: vidavidorra/.github/.github/workflows/node-test.yml@66bf31e2d8c47eb0a93a2e773b321e9fe849a0cc # v4.2.14
uses: vidavidorra/.github/.github/workflows/node-test.yml@464913824be7ca8548b9c7b28f32d3963008e2ea # v4.2.15
code-coverage:
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@66bf31e2d8c47eb0a93a2e773b321e9fe849a0cc # v4.2.14
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@464913824be7ca8548b9c7b28f32d3963008e2ea # v4.2.15
needs:
- lint
- build
- test
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}
release:
uses: vidavidorra/.github/.github/workflows/release.yml@66bf31e2d8c47eb0a93a2e773b321e9fe849a0cc # v4.2.14
uses: vidavidorra/.github/.github/workflows/release.yml@464913824be7ca8548b9c7b28f32d3963008e2ea # v4.2.15
needs:
- lint-commit-messages
- lint
Expand Down

0 comments on commit a95d6ad

Please sign in to comment.