Skip to content

Commit 5331d9a

Browse files
Update actions/setup-node action to v7
1 parent 1207350 commit 5331d9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/graphs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ref: ${{ github.head_ref || github.ref_name }}
3636
token: ${{ secrets.GH_PAT || github.token }}
3737
- name: Setup Node.js for graphs
38-
uses: actions/setup-node@v6
38+
uses: actions/setup-node@v7
3939
with:
4040
node-version: "20"
4141
- name: Generate graphs

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
token: ${{ secrets.GH_PAT || github.token }}
6565
- name: Setup Node.js for direct graph generation
6666
if: steps.dispatch_graphs.outcome == 'failure'
67-
uses: actions/setup-node@v6
67+
uses: actions/setup-node@v7
6868
with:
6969
node-version: "20"
7070
- name: Generate graphs directly if dispatch fails

0 commit comments

Comments
 (0)