Skip to content

Commit 33bddc6

Browse files
chore(deps): update vidavidorra/.github action to v4.2.43
1 parent b90c92d commit 33bddc6

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@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
11+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
1212
lint:
13-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
13+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
1414
build:
15-
uses: vidavidorra/.github/.github/workflows/node-build.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
15+
uses: vidavidorra/.github/.github/workflows/node-build.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
1616
test:
17-
uses: vidavidorra/.github/.github/workflows/node-test.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
17+
uses: vidavidorra/.github/.github/workflows/node-test.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
1818
code-coverage:
19-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
19+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
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@353e69314e05e5b4117892956a566a70142721fc # v4.2.42
27+
uses: vidavidorra/.github/.github/workflows/release.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
2828
needs:
2929
- lint-commit-messages
3030
- lint

0 commit comments

Comments
 (0)