Merge pull request #1043 from docker/dependabot/github_actions/actions/setup-node-7.0.0

build(deps): bump actions/setup-node from 6.4.0 to 7.0.0
This commit is contained in:
CrazyMax
2026-07-22 08:49:18 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ jobs:
yarn --version
-
name: Set up Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ env.NODE_VERSION }}
-