Skip to content

Commit 38d9fa3

Browse files
authored
Update actions/setup-node and actions/setup-python to v7 (#1177)
- actions/setup-node v6 → v7 - actions/setup-python v6 → v7 Split from Renovate PR #1175 (typescript v7 excluded).
1 parent 49532f3 commit 38d9fa3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish.yaml

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

3838

3939
- name: Set up Node.js
40-
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
40+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
4141
with:
4242
node-version: 24.19.0
4343
registry-url: 'https://registry.npmjs.org'

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
21+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2222
with:
2323
python-version: '3.14.6'
2424

.github/workflows/release.yaml

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

2828

2929
- name: Set up Node.js
30-
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
30+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
3131
with:
3232
node-version: 24.19.0
3333

0 commit comments

Comments
 (0)