diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-27 08:56:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 08:56:35 +0530 |
commit | 28af291f899374917d154cd4d03d8d8a5b39d139 (patch) | |
tree | 787718c25bb3e815af817a59872218c981240635 /.github/workflows/pull_request.yml | |
parent | 7369ac932e85c9e253b100dd0f00fb97eea1d047 (diff) |
chore(deps): update actions/github-script action to v6.3.0 (#2150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/pull_request.yml')
-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 d9d23971..9de2dce7 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.2.0 + uses: actions/github-script@v6.3.0 id: service-changed with: result-encoding: string @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.2.0 + uses: actions/github-script@v6.3.0 id: service-changed with: result-encoding: string @@ -110,7 +110,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.2.0 + uses: actions/github-script@v6.3.0 id: service-changed with: result-encoding: string @@ -152,7 +152,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.2.0 + uses: actions/github-script@v6.3.0 id: service-changed with: result-encoding: string @@ -194,7 +194,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.2.0 + uses: actions/github-script@v6.3.0 id: service-changed with: result-encoding: string @@ -236,7 +236,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.2.0 + uses: actions/github-script@v6.3.0 id: service-changed with: result-encoding: string @@ -278,7 +278,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v6.2.0 + uses: actions/github-script@v6.3.0 id: service-changed with: result-encoding: string |