From 6d9c656dae2b6f5a85804e3f870bbfe85f07b1d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 18:02:00 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node in /.github/dependabotGithubActions Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.3.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.3.2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/dependabotGithubActions/.github/workflows/dummy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabotGithubActions/.github/workflows/dummy.yml b/.github/dependabotGithubActions/.github/workflows/dummy.yml index 144e1c29..655b3031 100644 --- a/.github/dependabotGithubActions/.github/workflows/dummy.yml +++ b/.github/dependabotGithubActions/.github/workflows/dummy.yml @@ -19,7 +19,7 @@ jobs: - if: env.SHOULD_RUN == 'true' uses: actions/checkout@v2 - if: env.SHOULD_RUN == 'true' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.3.2 - if: env.SHOULD_RUN == 'true' uses: actions/cache@v2.1.5 - if: env.SHOULD_RUN == 'true'