diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-12 00:56:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 00:56:15 +0530 |
commit | d0f5282c62f7ea0d7589b5c40448c437b09a1d32 (patch) | |
tree | a394bc60456a29af5ec9f6922314973129477298 | |
parent | 6f049fdcefe04787acff33fd77feb142141b1e33 (diff) |
chore(deps): update actions/github-script action to v6.3.2 (#2177)
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 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 |