diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-08-12 17:33:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 17:33:08 +0000 |
commit | edbb6bf6e830bd582bc8b2eef3e9a95a51f442fa (patch) | |
tree | 827721946d177deeb2721805282ad3bd940678d4 /.github/workflows | |
parent | 8f7e4a405e0b6f2fd969c1fe3027b8f6b066c156 (diff) |
chore(deps): update actions/github-script action to v6.1.1 (#2058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 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 |