From a9417974d66b8a28a35a4557832fa3d44f663546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Apr 2021 12:13:06 +0000 Subject: [PATCH 1/2] build(deps): bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 457e1d9..4393b44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Setup Node.js with GitHub Package Registry - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.1.5 with: node-version: 12 registry-url: 'https://npm.pkg.github.com' From bd8d76c711bb5b347279ef942bc69a0d7b471da9 Mon Sep 17 00:00:00 2001 From: "Geoffrey.C" Date: Sun, 11 Apr 2021 20:21:15 +0800 Subject: [PATCH 2/2] @dependabot build(deps): use major version v2 for actions/setup-node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michaƫl De Boey --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4393b44..25489bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Setup Node.js with GitHub Package Registry - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2 with: node-version: 12 registry-url: 'https://npm.pkg.github.com' @@ -49,4 +49,3 @@ jobs: run: "git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v${{steps.semantic.outputs.new_release_major_version}}" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -