Skip to content

Commit 75c9164

Browse files
authored
Merge pull request #1995 from nodejs/dependabot/github_actions/actions/github-script-7
chore(deps): bump actions/github-script from 6 to 7
2 parents dbc1745 + 5500ec8 commit 75c9164

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/automatic-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Run automation script
16-
uses: actions/github-script@v6
16+
uses: actions/github-script@v7
1717
id: updt
1818
with:
1919
result-encoding: string

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
escape_json: false
3333

3434
- name: Generate testing matrix
35-
uses: actions/github-script@v6
35+
uses: actions/github-script@v7
3636
id: generator
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Get short node version
62-
uses: actions/github-script@v6
62+
uses: actions/github-script@v7
6363
id: short-version
6464
with:
6565
result-encoding: string

0 commit comments

Comments
 (0)