From b11d245c61bc8e62a8fd4aee4ddf2c834323865a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 21:05:42 +0000 Subject: [PATCH] Bump actions/setup-node from 3.3.0 to 3.6.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.3.0...v3.6.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 24b9d3b..52b9ea4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: Set Node.js 16.x - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.6.0 with: node-version: 16.x