From 20686b5623df0cf5f87474c67b0211729fbe2e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:02:15 +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.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.5.0) --- 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..22a2cedb 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.5.0 - if: env.SHOULD_RUN == 'true' uses: actions/cache@v2.1.5 - if: env.SHOULD_RUN == 'true'