Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.0.0 to 3.1.1 (#7204)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@9ced9a4...56337c4)

---
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>
  • Loading branch information
dependabot[bot] committed Apr 19, 2022
1 parent 64e1045 commit c8d6c7e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-blog-only.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- name: Set up Node
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: '16'
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-perf.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- name: Set up Node
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: '16'
cache: yarn
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
- uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
cache: yarn
- name: Installation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary-release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0 # Needed to get the commit number with "git rev-list --count HEAD"
- name: Set up Node
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: '16'
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- name: Set up Node
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: '16'
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/showcase-test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- name: Set up Node
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: '16'
cache: yarn
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests-e2e.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- name: Use Node.js 16
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: '16'
cache: yarn
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3
- name: Use Node.js 16
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: '16'
cache: yarn
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3
- name: Use Node.js 16
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: '16'
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-swizzle.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- name: Set up Node
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: '16'
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-windows.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: ${{ matrix.node }}
- name: Installation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand Down

0 comments on commit c8d6c7e

Please sign in to comment.