chore(deps): bump actions/github-script from 4 to 6.3.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6.3.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v6.3.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fad8dd6612
commit
3629568c3a
1 changed files with 9 additions and 9 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
- name: Install @actions/artifact
|
- name: Install @actions/artifact
|
||||||
run: npm install @actions/artifact
|
run: npm install @actions/artifact
|
||||||
- name: Build and upload artifacts
|
- name: Build and upload artifacts
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v6.3.0
|
||||||
id: boards-list
|
id: boards-list
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -111,7 +111,7 @@ jobs:
|
||||||
include-list: ${{ steps.compile-list.outputs.result }}
|
include-list: ${{ steps.compile-list.outputs.result }}
|
||||||
steps:
|
steps:
|
||||||
- name: Join build lists
|
- name: Join build lists
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v6.3.0
|
||||||
id: compile-list
|
id: compile-list
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -158,7 +158,7 @@ jobs:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
- name: Install js-yaml
|
- name: Install js-yaml
|
||||||
run: npm install js-yaml
|
run: npm install js-yaml
|
||||||
- uses: actions/github-script@v4
|
- uses: actions/github-script@v6.3.0
|
||||||
id: core-list
|
id: core-list
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -187,7 +187,7 @@ jobs:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
- name: Install js-yaml
|
- name: Install js-yaml
|
||||||
run: npm install js-yaml
|
run: npm install js-yaml
|
||||||
- uses: actions/github-script@v4
|
- uses: actions/github-script@v6.3.0
|
||||||
id: boards-list
|
id: boards-list
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -261,7 +261,7 @@ jobs:
|
||||||
nightly-include: ${{ steps.nightly-list.outputs.result }}
|
nightly-include: ${{ steps.nightly-list.outputs.result }}
|
||||||
steps:
|
steps:
|
||||||
- name: Create nightly list
|
- name: Create nightly list
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v6.3.0
|
||||||
id: nightly-list
|
id: nightly-list
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -312,7 +312,7 @@ jobs:
|
||||||
- name: Install js-yaml
|
- name: Install js-yaml
|
||||||
run: npm install js-yaml
|
run: npm install js-yaml
|
||||||
- name: Aggregate Metadata
|
- name: Aggregate Metadata
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v6.3.0
|
||||||
id: aggregate-metadata
|
id: aggregate-metadata
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -330,7 +330,7 @@ jobs:
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
|
|
||||||
- name: Organize Metadata
|
- name: Organize Metadata
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v6.3.0
|
||||||
id: organize-metadata
|
id: organize-metadata
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -387,7 +387,7 @@ jobs:
|
||||||
id: changed-files
|
id: changed-files
|
||||||
with:
|
with:
|
||||||
format: 'json'
|
format: 'json'
|
||||||
- uses: actions/github-script@v4
|
- uses: actions/github-script@v6.3.0
|
||||||
id: board-changes
|
id: board-changes
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -395,7 +395,7 @@ jobs:
|
||||||
const boardChanges = changedFiles.filter(f => f.startsWith('app/boards'));
|
const boardChanges = changedFiles.filter(f => f.startsWith('app/boards'));
|
||||||
return boardChanges.length ? 'true' : 'false';
|
return boardChanges.length ? 'true' : 'false';
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
- uses: actions/github-script@v4
|
- uses: actions/github-script@v6.3.0
|
||||||
id: core-changes
|
id: core-changes
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue