Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1fc8494

Browse files
authoredFeb 3, 2024
chore(deps): update vidavidorra/.github action to v4.1.5
1 parent 77736c4 commit 1fc8494

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,35 +8,35 @@ on:
88
pull_request: null
99
jobs:
1010
lint-commit-messages:
11-
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@c37429b00cfa4cf5503248f0aef09b452fe36660 # v4.1.4
11+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@5ffd0f145386ba036c77a68de08bbf8e333ac2da # v4.1.5
1212
lint:
13-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@c37429b00cfa4cf5503248f0aef09b452fe36660 # v4.1.4
13+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@5ffd0f145386ba036c77a68de08bbf8e333ac2da # v4.1.5
1414
build:
15-
uses: vidavidorra/.github/.github/workflows/node-build.yml@c37429b00cfa4cf5503248f0aef09b452fe36660 # v4.1.4
15+
uses: vidavidorra/.github/.github/workflows/node-build.yml@5ffd0f145386ba036c77a68de08bbf8e333ac2da # v4.1.5
1616
strategy:
1717
fail-fast: false
1818
matrix:
1919
nodeVersion: [18, 20, 21]
2020
with:
2121
nodeVersion: ${{ matrix.nodeVersion }}
2222
test:
23-
uses: vidavidorra/.github/.github/workflows/node-test.yml@c37429b00cfa4cf5503248f0aef09b452fe36660 # v4.1.4
23+
uses: vidavidorra/.github/.github/workflows/node-test.yml@5ffd0f145386ba036c77a68de08bbf8e333ac2da # v4.1.5
2424
strategy:
2525
fail-fast: false
2626
matrix:
2727
nodeVersion: [18, 20, 21]
2828
with:
2929
nodeVersion: ${{ matrix.nodeVersion }}
3030
code-coverage:
31-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@c37429b00cfa4cf5503248f0aef09b452fe36660 # v4.1.4
31+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@5ffd0f145386ba036c77a68de08bbf8e333ac2da # v4.1.5
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@c37429b00cfa4cf5503248f0aef09b452fe36660 # v4.1.4
39+
uses: vidavidorra/.github/.github/workflows/release.yml@5ffd0f145386ba036c77a68de08bbf8e333ac2da # v4.1.5
4040
needs:
4141
- lint-commit-messages
4242
- lint

0 commit comments

Comments
 (0)
Please sign in to comment.