From d0f5282c62f7ea0d7589b5c40448c437b09a1d32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 00:56:15 +0530 Subject: chore(deps): update actions/github-script action to v6.3.2 (#2177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.github/workflows/pull_request.yml') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e3f5ae1d..942d006f 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.3.1 + uses: actions/github-script@v6.3.2 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.3.1 + uses: actions/github-script@v6.3.2 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.3.1 + uses: actions/github-script@v6.3.2 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.3.1 + uses: actions/github-script@v6.3.2 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.3.1 + uses: actions/github-script@v6.3.2 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.3.1 + uses: actions/github-script@v6.3.2 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.3.1 + uses: actions/github-script@v6.3.2 id: service-changed with: result-encoding: string -- cgit v1.2.3