Merge pull request #1549 from nodejs/dependabot/github_actions/actions/github-script-4.1
chore(deps): bump actions/github-script from 4.0.2 to 4.1
This commit is contained in:
commit
86e9297166
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Generate testing matrix
|
- name: Generate testing matrix
|
||||||
uses: actions/github-script@v4.0.2
|
uses: actions/github-script@v4.1
|
||||||
id: generator
|
id: generator
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get short node version
|
- name: Get short node version
|
||||||
uses: actions/github-script@v4.0.2
|
uses: actions/github-script@v4.1
|
||||||
id: short-version
|
id: short-version
|
||||||
with:
|
with:
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue