Skip to content

Commit fe27245

Browse files
authored
Merge pull request #2510 from beautifier/dependabot/github_actions/actions/setup-node-7
Bump actions/setup-node from 6 to 7
2 parents 305a0c0 + f47d3d1 commit fe27245

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v7
3030
- name: Set up Node ${{ matrix.node-version }}
31-
uses: actions/setup-node@v6
31+
uses: actions/setup-node@v7
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/milestone-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Set up Node
24-
uses: actions/setup-node@v6
24+
uses: actions/setup-node@v7
2525
with:
2626
node-version: 26
2727
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)