Skip to content

Commit 1c369c4

Browse files
chore(deps): update vidavidorra/.github action to v3 (#210)
* chore(deps): update vidavidorra/.github action to v2.2.3 * chore(deps): update vidavidorra/.github action to v3 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 485dc67 commit 1c369c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
pull_request:
99
jobs:
1010
lint:
11-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
11+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
1212
build:
1313
name: Build (Node.js ${{ matrix.nodeVersion }})
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
nodeVersion: [16, 18, 20]
18-
uses: vidavidorra/.github/.github/workflows/node-build.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
18+
uses: vidavidorra/.github/.github/workflows/node-build.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
1919
with:
2020
nodeVersion: ${{ matrix.nodeVersion }}
2121
test:
@@ -24,13 +24,13 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
node: [16, 18, 20]
27-
uses: vidavidorra/.github/.github/workflows/node-test.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
27+
uses: vidavidorra/.github/.github/workflows/node-test.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
2828
with:
2929
nodeVersion: ${{ matrix.node }}
3030
code-coverage:
3131
name: Test coverage
3232
needs: [lint, build, test]
33-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
33+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
3434
secrets:
3535
codecovToken: ${{ secrets.CODECOV_TOKEN }}
3636
release:

.github/workflows/lint-commit-messages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88
pull_request:
99
jobs:
1010
lint-commit-messages:
11-
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
11+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
1212
with:
1313
configFile: ./commitlint.config.cjs

0 commit comments

Comments
 (0)