Skip to content

Commit c4e8165

Browse files
Bump actions/setup-node from 2.4.0 to 2.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Add &quot;cache-hit&quot; output</h2> <p>This release introduces a new output: <code>cache-hit</code> (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/327">#327</a>).</p> <p>The <code>cache-hit</code> output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/270253e841af726300e85d718a5f606959b2903c"><code>270253e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/327">#327</a> from WtfJoke/addCacheHitOutPut</li> <li><a href="https://github.com/actions/setup-node/commit/d1178716dbbe024f9d459612c22072517a781faa"><code>d117871</code></a> Add 'cache-hit' as output</li> <li><a href="https://github.com/actions/setup-node/commit/041bafb67276a76a9cc88cd8a4e99165e9eb287d"><code>041bafb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/322">#322</a> from brcrista/brcrista/check-dist</li> <li><a href="https://github.com/actions/setup-node/commit/996306e892eb8e97c8cfe8226ee043ae86a8f377"><code>996306e</code></a> rm <strong>tests</strong>/verify-no-unstaged-changes.sh</li> <li><a href="https://github.com/actions/setup-node/commit/85d412253086d787de7add5f46dcf5964224c032"><code>85d4122</code></a> Fix triggers in licensed.yml</li> <li><a href="https://github.com/actions/setup-node/commit/928244ce450fb5cb7a3cced763a904067e48394c"><code>928244c</code></a> Add check-dist.yml</li> <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=2.4.0&new-version=2.4.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
1 parent da35cde commit c4e8165

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
with:
1717
node-version: "12.x"
1818
- run: npm install && npm run lint

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [macOS-latest, windows-latest]
2727
steps:
2828
- uses: actions/checkout@v2
29-
- uses: actions/[email protected].0
29+
- uses: actions/[email protected].1
3030
with:
3131
node-version: "12.x"
3232
- run: .github/workflows/build-and-test.sh
@@ -47,7 +47,7 @@ jobs:
4747
image: ${{ matrix.docker_image }}
4848
steps:
4949
- uses: actions/checkout@v2
50-
- uses: actions/[email protected].0
50+
- uses: actions/[email protected].1
5151
with:
5252
node-version: "12.x"
5353
- run: .github/workflows/build-and-test.sh
@@ -75,7 +75,7 @@ jobs:
7575
- eloquent
7676
steps:
7777
- uses: actions/checkout@v2
78-
- uses: actions/[email protected].0
78+
- uses: actions/[email protected].1
7979
with:
8080
node-version: "12.x"
8181
- run: .github/workflows/build-and-test.sh
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: ubuntu-latest
160160
steps:
161161
- uses: actions/checkout@v2
162-
- uses: actions/[email protected].0
162+
- uses: actions/[email protected].1
163163
with:
164164
node-version: "12.x"
165165
- run: .github/workflows/build-and-test.sh
@@ -179,7 +179,7 @@ jobs:
179179
image: ubuntu:bionic
180180
steps:
181181
- uses: actions/checkout@v1
182-
- uses: actions/[email protected].0
182+
- uses: actions/[email protected].1
183183
with:
184184
node-version: "12.x"
185185
- run: .github/workflows/build-and-test.sh
@@ -196,7 +196,7 @@ jobs:
196196
image: rostooling/setup-ros-docker:ubuntu-focal-latest
197197
steps:
198198
- uses: actions/checkout@v1
199-
- uses: actions/[email protected].0
199+
- uses: actions/[email protected].1
200200
with:
201201
node-version: "12.x"
202202
- run: .github/workflows/build-and-test.sh

0 commit comments

Comments
 (0)