Skip to content

Commit e7dffae

Browse files
chore(deps): update vidavidorra/.github action to v8.0.15
1 parent 3d25f6b commit e7dffae

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

0 commit comments

Comments
 (0)