From 3251ab7ef8313b862d5656b86de069339839446e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 05:34:22 +0000 Subject: [PATCH] Bump actions/setup-node from 2.5.2 to 4.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.2 to 4.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/7c12f8017d5436eb855f1ed4399f037a36fbd9e8...39370e3970a6d050c480ffad4ff0ed4d3fdee5af) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/saucerswap-v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/saucerswap-v2.yaml b/.github/workflows/saucerswap-v2.yaml index 1b52a15..d2dbc87 100644 --- a/.github/workflows/saucerswap-v2.yaml +++ b/.github/workflows/saucerswap-v2.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Setup Node - uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: '18.x'