From b83a73b59a8099550e6722a3dd6a602d8652bd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:33:18 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 6.1.0 to 6.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/395ad3262231945c25e8478fd5baf05154b1d79f...53b83947a5a98c8d113130e565377fae1a50d02f) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/slither.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slither.yaml b/.github/workflows/slither.yaml index c95d4e1..e2d6fee 100644 --- a/.github/workflows/slither.yaml +++ b/.github/workflows/slither.yaml @@ -128,7 +128,7 @@ jobs: persist-credentials: false - name: Use Node v20 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version-file: .nvmrc cache: ${{ inputs.cache }}