Skip to content

Commit 3ecb994

Browse files
chore(deps): update vidavidorra/.github action to v8.1.14
1 parent 7536e40 commit 3ecb994

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.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@83b254fde3a73f1835299994d551de7d3c23dff2 # v8.1.13
16+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@1866a7bcc88ebb513c8fa2bc2f4d849d4ded7e2f # v8.1.14
1717
lint:
18-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@83b254fde3a73f1835299994d551de7d3c23dff2 # v8.1.13
18+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@1866a7bcc88ebb513c8fa2bc2f4d849d4ded7e2f # v8.1.14
1919
build:
20-
uses: vidavidorra/.github/.github/workflows/node-build.yml@83b254fde3a73f1835299994d551de7d3c23dff2 # v8.1.13
20+
uses: vidavidorra/.github/.github/workflows/node-build.yml@1866a7bcc88ebb513c8fa2bc2f4d849d4ded7e2f # v8.1.14
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@83b254fde3a73f1835299994d551de7d3c23dff2 # v8.1.13
28+
uses: vidavidorra/.github/.github/workflows/node-test.yml@1866a7bcc88ebb513c8fa2bc2f4d849d4ded7e2f # v8.1.14
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@83b254fde3a73f1835299994d551de7d3c23dff2 # v8.1.13
36+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@1866a7bcc88ebb513c8fa2bc2f4d849d4ded7e2f # v8.1.14
3737
needs:
3838
- lint
3939
- build
4040
- test
4141
release:
42-
uses: vidavidorra/.github/.github/workflows/release.yml@83b254fde3a73f1835299994d551de7d3c23dff2 # v8.1.13
42+
uses: vidavidorra/.github/.github/workflows/release.yml@1866a7bcc88ebb513c8fa2bc2f4d849d4ded7e2f # v8.1.14
4343
needs:
4444
- lint-commit-messages
4545
- lint

0 commit comments

Comments
 (0)