mirror of
https://github.com/knex/knex.git
synced 2026-01-05 11:38:53 +00:00
Bump actions/setup-node from 3.6.0 to 3.7.0 (#5621)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8e2944d829
commit
34f85ba4a3
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Setup Node ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3.6.0
|
||||
uses: actions/setup-node@v3.7.0
|
||||
with:
|
||||
always-auth: false
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Setup Node ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3.6.0
|
||||
uses: actions/setup-node@v3.7.0
|
||||
with:
|
||||
always-auth: false
|
||||
node-version: ${{ matrix.node-version }}
|
||||
@ -108,7 +108,7 @@ jobs:
|
||||
with: { fetch-depth: 1 }
|
||||
|
||||
- name: Setup Node ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3.6.0
|
||||
uses: actions/setup-node@v3.7.0
|
||||
with:
|
||||
always-auth: false
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Setup Node ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3.6.0
|
||||
uses: actions/setup-node@v3.7.0
|
||||
with:
|
||||
always-auth: false
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Setup Node ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3.6.0
|
||||
uses: actions/setup-node@v3.7.0
|
||||
with:
|
||||
always-auth: false
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user