Skip to content

Commit 574d52c

Browse files
authored
Merge pull request #1467 from nodejs/dependabot/github_actions/actions/github-script-v4.0.1
chore(deps): bump actions/github-script from v3 to v4.0.1
2 parents 5949af7 + 6d1e9ae commit 574d52c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v2
3232

3333
- name: Generate testing matrix
34-
uses: actions/github-script@v3
34+
uses: actions/github-script@v4.0.1
3535
id: generator
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Get short node version
61-
uses: actions/github-script@v3
61+
uses: actions/github-script@v4.0.1
6262
id: short-version
6363
with:
6464
result-encoding: string

0 commit comments

Comments
 (0)