Skip to content

Commit 9444d5e

Browse files
chore(deps): update vidavidorra/.github action to v5 (#234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e752e47 commit 9444d5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/ci-cd.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@ on:
88
pull_request: null
99
jobs:
1010
lint-commit-messages:
11-
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
11+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
1212
lint:
13-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
13+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
1414
build:
15-
uses: vidavidorra/.github/.github/workflows/node-build.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
15+
uses: vidavidorra/.github/.github/workflows/node-build.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
1616
strategy:
1717
fail-fast: false
1818
matrix:
1919
nodeVersion: [20, 21]
2020
with:
2121
nodeVersion: ${{ matrix.nodeVersion }}
2222
test:
23-
uses: vidavidorra/.github/.github/workflows/node-test.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
23+
uses: vidavidorra/.github/.github/workflows/node-test.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
2424
strategy:
2525
fail-fast: false
2626
matrix:
2727
nodeVersion: [20, 21]
2828
with:
2929
nodeVersion: ${{ matrix.nodeVersion }}
3030
code-coverage:
31-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
31+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
3232
needs:
3333
- lint
3434
- build
3535
- test
3636
secrets:
3737
codecovToken: ${{ secrets.CODECOV_TOKEN }}
3838
release:
39-
uses: vidavidorra/.github/.github/workflows/release.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
39+
uses: vidavidorra/.github/.github/workflows/release.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
4040
needs:
4141
- lint-commit-messages
4242
- lint

0 commit comments

Comments
 (0)