From fccc582d78e83681bd15cea0affbb40ef1edac3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 00:25:29 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 2.1.5 to 3.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/zuraaa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zuraaa.yml b/.github/workflows/zuraaa.yml index 9a441bb..fe01843 100644 --- a/.github/workflows/zuraaa.yml +++ b/.github/workflows/zuraaa.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.2.0 with: node-version: ${{ matrix.node }}