[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.5.0&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci.yml | 8 ++++----
.github/workflows/release-publish.yml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2bd12ecb12..91aceb114c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
+ - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: '16'
cache: 'npm'
@@ -35,7 +35,7 @@ jobs:
GH_INSTANCE_TOTAL: 10
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
+ - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: '16'
cache: 'npm'
@@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
+ - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: '16'
cache: 'npm'
@@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
+ - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: '16'
cache: 'npm'
diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml
index 67fb396a6d..737ba9257f 100644
--- a/.github/workflows/release-publish.yml
+++ b/.github/workflows/release-publish.yml
@@ -11,7 +11,7 @@ jobs:
environment: NPM Release Publishing
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
+ - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: '16'