From edbb6bf6e830bd582bc8b2eef3e9a95a51f442fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 17:33:08 +0000 Subject: chore(deps): update actions/github-script action to v6.1.1 (#2058) 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') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index cb2589b3..23e7f648 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.0 + uses: actions/github-script@v6.1.1 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.0 + uses: actions/github-script@v6.1.1 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.0 + uses: actions/github-script@v6.1.1 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.0 + uses: actions/github-script@v6.1.1 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.0 + uses: actions/github-script@v6.1.1 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.0 + uses: actions/github-script@v6.1.1 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.0 + uses: actions/github-script@v6.1.1 id: service-changed with: result-encoding: string -- cgit v1.2.3