mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 04:51:38 +02:00
chore(deps): update actions/github-script action to v6.2.0 (#2090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
62cbf6b9b3
commit
a870e44d22
14
.github/workflows/pull_request.yml
vendored
14
.github/workflows/pull_request.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v6.1.1
|
||||
uses: actions/github-script@v6.2.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v6.1.1
|
||||
uses: actions/github-script@v6.2.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -108,7 +108,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v6.1.1
|
||||
uses: actions/github-script@v6.2.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -149,7 +149,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v6.1.1
|
||||
uses: actions/github-script@v6.2.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -190,7 +190,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v6.1.1
|
||||
uses: actions/github-script@v6.2.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -231,7 +231,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v6.1.1
|
||||
uses: actions/github-script@v6.2.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
@ -272,7 +272,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v6.1.1
|
||||
uses: actions/github-script@v6.2.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
|
Loading…
Reference in a new issue