mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
chore(deps): update actions/github-script action to v6 (#1726)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user