Skip to content

Commit 83b84d7

Browse files
build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#12005)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1dcc694 commit 83b84d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/branch_off.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
python-version: "${{ env.PYTHON_VERSION }}"
6464

65-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
65+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
6666
with:
6767
node-version: "22"
6868

.github/workflows/check_api_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Set up Node.js
8181
if: steps.changed.outputs.needs_check == 'true'
82-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
82+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
8383
with:
8484
node-version: "22"
8585

.github/workflows/docs_search_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Install Node.js
27-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
27+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2828
with:
2929
node-version: "22"
3030

0 commit comments

Comments
 (0)