From 5e5a2ded531393ae0a8ef3bd1dc985a195f84e8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 08:50:26 +0530 Subject: chore(deps): update actions/github-script action to v5.1.0 (#1648) Co-authored-by: Renovate Bot --- .github/workflows/pull_request.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 30bf8cf8..8c48e9e5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v5.0.0 + uses: actions/github-script@v5.1.0 id: service-changed with: result-encoding: string @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v5.0.0 + uses: actions/github-script@v5.1.0 id: service-changed with: result-encoding: string @@ -93,7 +93,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v5.0.0 + uses: actions/github-script@v5.1.0 id: service-changed with: result-encoding: string @@ -128,7 +128,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v5.0.0 + uses: actions/github-script@v5.1.0 id: service-changed with: result-encoding: string @@ -163,7 +163,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v5.0.0 + uses: actions/github-script@v5.1.0 id: service-changed with: result-encoding: string @@ -198,7 +198,7 @@ jobs: fetch-depth: 0 - name: Check if relevant files have changed - uses: actions/github-script@v5.0.0 + uses: actions/github-script@v5.1.0 id: service-changed with: result-encoding: string -- cgit v1.2.3