Skip to content

Commit dd98c43

Browse files
chore(deps): update vidavidorra/.github action to v8.0.12
1 parent e298df4 commit dd98c43

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
@@ -13,33 +13,33 @@ permissions:
1313
pull-requests: write
1414
jobs:
1515
lint-commit-messages:
16-
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@944db77062e8e41fd9b61ace28f8d77adeaaddfa # v8.0.11
16+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
1717
lint:
18-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@944db77062e8e41fd9b61ace28f8d77adeaaddfa # v8.0.11
18+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
1919
build:
20-
uses: vidavidorra/.github/.github/workflows/node-build.yml@944db77062e8e41fd9b61ace28f8d77adeaaddfa # v8.0.11
20+
uses: vidavidorra/.github/.github/workflows/node-build.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
2121
strategy:
2222
fail-fast: false
2323
matrix:
2424
nodeVersion: [20, 22, 24]
2525
with:
2626
nodeVersion: ${{ matrix.nodeVersion }}
2727
test:
28-
uses: vidavidorra/.github/.github/workflows/node-test.yml@944db77062e8e41fd9b61ace28f8d77adeaaddfa # v8.0.11
28+
uses: vidavidorra/.github/.github/workflows/node-test.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
2929
strategy:
3030
fail-fast: false
3131
matrix:
3232
nodeVersion: [20, 22, 24]
3333
with:
3434
nodeVersion: ${{ matrix.nodeVersion }}
3535
code-coverage:
36-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@944db77062e8e41fd9b61ace28f8d77adeaaddfa # v8.0.11
36+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
3737
needs:
3838
- lint
3939
- build
4040
- test
4141
release:
42-
uses: vidavidorra/.github/.github/workflows/release.yml@944db77062e8e41fd9b61ace28f8d77adeaaddfa # v8.0.11
42+
uses: vidavidorra/.github/.github/workflows/release.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
4343
needs:
4444
- lint-commit-messages
4545
- lint

0 commit comments

Comments
 (0)