Skip to content

Commit 51af013

Browse files
chore(deps): update vidavidorra/.github action to v4.2.32
1 parent 0fb57cd commit 51af013

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@cccc592e98e8d7089d7267f3505374f447be71d1 # v4.2.31
11+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
1212
with:
1313
configFile: ./commitlint.config.cjs
1414
lint:
15-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@cccc592e98e8d7089d7267f3505374f447be71d1 # v4.2.31
15+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
1616
build:
17-
uses: vidavidorra/.github/.github/workflows/node-build.yml@cccc592e98e8d7089d7267f3505374f447be71d1 # v4.2.31
17+
uses: vidavidorra/.github/.github/workflows/node-build.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
1818
strategy:
1919
fail-fast: false
2020
matrix:
2121
nodeVersion: [20, 21]
2222
with:
2323
nodeVersion: ${{ matrix.nodeVersion }}
2424
test:
25-
uses: vidavidorra/.github/.github/workflows/node-test.yml@cccc592e98e8d7089d7267f3505374f447be71d1 # v4.2.31
25+
uses: vidavidorra/.github/.github/workflows/node-test.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
2626
strategy:
2727
fail-fast: false
2828
matrix:
2929
nodeVersion: [20, 21]
3030
with:
3131
nodeVersion: ${{ matrix.nodeVersion }}
3232
code-coverage:
33-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@cccc592e98e8d7089d7267f3505374f447be71d1 # v4.2.31
33+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
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@cccc592e98e8d7089d7267f3505374f447be71d1 # v4.2.31
41+
uses: vidavidorra/.github/.github/workflows/release.yml@28c2c22a73a68c60d9e07db4ccaa31c13694b700 # v4.2.32
4242
needs:
4343
- lint-commit-messages
4444
- lint

0 commit comments

Comments
 (0)