Skip to content

Commit e2e308c

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

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,23 +8,23 @@ 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
test:
17-
uses: vidavidorra/.github/.github/workflows/node-test.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
17+
uses: vidavidorra/.github/.github/workflows/node-test.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
1818
code-coverage:
19-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
19+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
2020
needs:
2121
- lint
2222
- build
2323
- test
2424
secrets:
2525
codecovToken: ${{ secrets.CODECOV_TOKEN }}
2626
release:
27-
uses: vidavidorra/.github/.github/workflows/release.yml@91801697645b595e3dd3d3dc645bc048e69972d2 # v4.2.43
27+
uses: vidavidorra/.github/.github/workflows/release.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
2828
needs:
2929
- lint-commit-messages
3030
- lint

0 commit comments

Comments
 (0)