Skip to content

Commit 9e5b533

Browse files
chore(deps): update vidavidorra/.github action to v5.0.23
1 parent f2503b8 commit 9e5b533

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,37 +8,37 @@ on:
88
pull_request: null
99
jobs:
1010
lint-commit-messages:
11-
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@f86a14f958a35c751c9f08147fac77d59c1f2fb7 # v5.0.22
11+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@929d6f80d8682c6c600917ad0721467fde755592 # v5.0.23
1212
with:
1313
configFile: ./commitlint.config.cjs
1414
lint:
15-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@f86a14f958a35c751c9f08147fac77d59c1f2fb7 # v5.0.22
15+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@929d6f80d8682c6c600917ad0721467fde755592 # v5.0.23
1616
build:
17-
uses: vidavidorra/.github/.github/workflows/node-build.yml@f86a14f958a35c751c9f08147fac77d59c1f2fb7 # v5.0.22
17+
uses: vidavidorra/.github/.github/workflows/node-build.yml@929d6f80d8682c6c600917ad0721467fde755592 # v5.0.23
1818
strategy:
1919
fail-fast: false
2020
matrix:
2121
nodeVersion: [20, 22, 23]
2222
with:
2323
nodeVersion: ${{ matrix.nodeVersion }}
2424
test:
25-
uses: vidavidorra/.github/.github/workflows/node-test.yml@f86a14f958a35c751c9f08147fac77d59c1f2fb7 # v5.0.22
25+
uses: vidavidorra/.github/.github/workflows/node-test.yml@929d6f80d8682c6c600917ad0721467fde755592 # v5.0.23
2626
strategy:
2727
fail-fast: false
2828
matrix:
2929
nodeVersion: [20, 22, 23]
3030
with:
3131
nodeVersion: ${{ matrix.nodeVersion }}
3232
code-coverage:
33-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@f86a14f958a35c751c9f08147fac77d59c1f2fb7 # v5.0.22
33+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@929d6f80d8682c6c600917ad0721467fde755592 # v5.0.23
3434
needs:
3535
- lint
3636
- build
3737
- test
3838
secrets:
3939
codecovToken: ${{ secrets.CODECOV_TOKEN }}
4040
release:
41-
uses: vidavidorra/.github/.github/workflows/release.yml@f86a14f958a35c751c9f08147fac77d59c1f2fb7 # v5.0.22
41+
uses: vidavidorra/.github/.github/workflows/release.yml@929d6f80d8682c6c600917ad0721467fde755592 # v5.0.23
4242
needs:
4343
- lint-commit-messages
4444
- lint

0 commit comments

Comments
 (0)