chore(deps): update actions/github-script action to v6 (#1726)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
10b3aa56bd
commit
d8beba9b9b
1 changed files with 5 additions and 5 deletions
10
.github/workflows/pull_request.yml
vendored
10
.github/workflows/pull_request.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v5.1.0
|
||||
uses: actions/github-script@v6.0.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v5.1.0
|
||||
uses: actions/github-script@v6.0.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v5.1.0
|
||||
uses: actions/github-script@v6.0.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -128,7 +128,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v5.1.0
|
||||
uses: actions/github-script@v6.0.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -163,7 +163,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v5.1.0
|
||||
uses: actions/github-script@v6.0.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
|
Loading…
Reference in a new issue