Skip to content

Commit b90c92d

Browse files
chore(deps): update vidavidorra/.github action to v4.2.42
1 parent 8cf105e commit b90c92d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ on:
88
pull_request: null
99
jobs:
1010
lint-commit-messages:
11-
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
11+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
1212
lint:
13-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
13+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
1414
build:
15-
uses: vidavidorra/.github/.github/workflows/node-build.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
15+
uses: vidavidorra/.github/.github/workflows/node-build.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
1616
test:
17-
uses: vidavidorra/.github/.github/workflows/node-test.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
17+
uses: vidavidorra/.github/.github/workflows/node-test.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
1818
code-coverage:
19-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
19+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
2020
needs:
2121
- lint
2222
- build
2323
- test
2424
secrets:
2525
codecovToken: ${{ secrets.CODECOV_TOKEN }}
2626
release:
27-
uses: vidavidorra/.github/.github/workflows/release.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
27+
uses: vidavidorra/.github/.github/workflows/release.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
2828
needs:
2929
- lint-commit-messages
3030
- lint

0 commit comments

Comments
 (0)