From 8aece6e768dbef74b125dcd74408e5849eb5d9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:59:32 +0000 Subject: [PATCH] Bump actions/setup-node from 2 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lambda-shared-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lambda-shared-deploy.yaml b/.github/workflows/lambda-shared-deploy.yaml index 4628fcf..b5cb439 100644 --- a/.github/workflows/lambda-shared-deploy.yaml +++ b/.github/workflows/lambda-shared-deploy.yaml @@ -37,7 +37,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Use Node.js Current - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 16.x - name: Configure AWS credentials