diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-13 09:02:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 09:02:28 +0530 |
commit | 7c6a015ad02206c0b39e87e089ffd92791e8cb23 (patch) | |
tree | 0799dcc880047b967d6a8056cada3eee0d5a4e72 /.github/workflows | |
parent | 27c538d44d2f2abc398f6dec2749cacb95416723 (diff) |
chore(deps): update actions/github-script action to v6.1.0 (#1910)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pull_request.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d785897a..7137a780 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.0.0 + uses: actions/github-script@v6.1.0 id: service-changed with: result-encoding: string @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.0.0 + uses: actions/github-script@v6.1.0 id: service-changed with: result-encoding: string @@ -94,7 +94,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.0.0 + uses: actions/github-script@v6.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@v6.0.0 + uses: actions/github-script@v6.1.0 id: service-changed with: result-encoding: string @@ -162,7 +162,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.0.0 + uses: actions/github-script@v6.1.0 id: service-changed with: result-encoding: string @@ -196,7 +196,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.0.0 + uses: actions/github-script@v6.1.0 id: service-changed with: result-encoding: string |