From bdad4b3e45a1de7d72dcd6877e0af3ea005b0f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 12:27:10 -0400 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.2.0 to 3.3.0 (#3400) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/17f8bd926464a1afa4c6a11669539e9c1ba77048...eeb10cff27034e7acf239c5d29f62154018672fd) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3696d7eb6..569d496e7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: run: git fetch --prune --unshallow - name: Set up Node.js - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3 with: node-version: 16.x diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 667b815b7..c04a0a909 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3 + - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3 with: node-version: ${{ matrix.node-version }} @@ -67,7 +67,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3 + - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3 with: node-version: ${{ matrix.node-version }} @@ -125,7 +125,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3 + - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3 with: node-version: ${{ matrix.node-version }} @@ -171,7 +171,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # pin@v3 + - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # pin@v3 with: node-version: ${{ matrix.node-version }}