diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-01-08 08:50:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 08:50:26 +0530 |
commit | 5e5a2ded531393ae0a8ef3bd1dc985a195f84e8b (patch) | |
tree | 3bb57d0af5ad50f170b269d7c270f59d2c9b204e /.github/workflows/pull_request.yml | |
parent | 69866e31fdda5b371103399506dc91009c14c3e8 (diff) |
chore(deps): update actions/github-script action to v5.1.0 (#1648)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows/pull_request.yml')
-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 30bf8cf8..8c48e9e5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 |