From 4233c1d2858fa546398ef0b9b6768e44816116cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 08:07:23 +0000 Subject: [PATCH] chore(deps): Bump actions/setup-node from 4.4.0 to 5.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...a0853c24544627f65ddf259abe73b1d18a591444) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8822899c..56692f49 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Setup Node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # tag=v5.0.0 with: node-version: ${{ env.NODE_VERSION }} - name: Setup DotNet diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c2753603..aa6f1462 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -84,7 +84,7 @@ jobs: with: go-version: ${{ matrix.goversion }} - name: Setup Node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # tag=v5.0.0 with: node-version: ${{matrix.nodeversion}} registry-url: ${{env.NPM_REGISTRY_URL}}