Skip to content

Commit 851a6bc

Browse files
chore(deps): update actions/setup-node action to v6 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f880a2 commit 851a6bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python_docs_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v6
3939

4040
- name: Set up Node
41-
uses: actions/setup-node@v4
41+
uses: actions/setup-node@v6
4242
with:
4343
node-version: ${{ inputs.node_version }}
4444

.github/workflows/tests.yaml

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

120120
# TODO: turn on caching
121121
- name: setup Node.js
122-
uses: actions/setup-node@v4
122+
uses: actions/setup-node@v6
123123
with:
124124
always-auth: ${{ inputs.npmAuth }}
125125
node-version-file: ${{ inputs.nodeVersionFile }}

0 commit comments

Comments
 (0)