diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-08-27 02:06:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-27 02:06:27 +0530 |
commit | a870e44d22991f4f0dd38a81fdf693b723f5812f (patch) | |
tree | a3fd499b543618232bf5b0d11043db91afed7996 | |
parent | 62cbf6b9b32f43089c83856560439e5e955e1250 (diff) |
chore(deps): update actions/github-script action to v6.2.0 (#2090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/pull_request.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2d8b4e12..eb082b62 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.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 |