mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 05:17:43 +00:00
chore(deps): update actions/github-script action to v5.1.0 (#1648)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
69866e31fd
commit
5e5a2ded53
12
.github/workflows/pull_request.yml
vendored
12
.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.0.0
|
||||
uses: actions/github-script@v5.1.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.0.0
|
||||
uses: actions/github-script@v5.1.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.0.0
|
||||
uses: actions/github-script@v5.1.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.0.0
|
||||
uses: actions/github-script@v5.1.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.0.0
|
||||
uses: actions/github-script@v5.1.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
@ -198,7 +198,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@v5.0.0
|
||||
uses: actions/github-script@v5.1.0
|
||||
id: service-changed
|
||||
with:
|
||||
result-encoding: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user