From a6beb963683b349c9480837bf333dc95cbf5bf79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 03:09:30 +0000 Subject: [PATCH] build(deps): 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. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/demo.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 4f4f439..f9b9aac 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -38,7 +38,7 @@ jobs: echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ') echo ::set-output name=version::${VERSION} - name: Install node.js - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v2.4.1 with: node-version: '15' cache: 'npm' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b67ff56..7a7435c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2.3.4 - name: Install node.js - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v2.4.1 with: node-version: '15' cache: 'npm' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24610ed..319a7d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: VERSION=${GITHUB_REF#refs/tags/} echo ::set-output name=version::${VERSION} - name: Install node.js - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v2.4.1 with: node-version: '15' cache: 'npm'