From 270eec59530b2a407c13b831ca3f5bf80b91c3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 13:55:41 +0000 Subject: [PATCH] Bump actions/setup-node in /.github/actions/run-postman-collection Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...2028fbc5c25fe9cf00d9f06a71cc4710d4507903) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/run-postman-collection/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-postman-collection/action.yaml b/.github/actions/run-postman-collection/action.yaml index f2e089c..8c7cf65 100644 --- a/.github/actions/run-postman-collection/action.yaml +++ b/.github/actions/run-postman-collection/action.yaml @@ -10,7 +10,7 @@ runs: using: "composite" steps: - name: Install Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version: "24" - name: Install NPM packages