diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-11 21:22:45 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 21:22:45 +0530 |
commit | d8beba9b9b8685af672964f7ed28247d2f5f17ab (patch) | |
tree | c934a840897652912fbaee9240c23ae946209c7c /.github/workflows/pull_request.yml | |
parent | 10b3aa56bd661d534ae60d83507fd4bc267c91f8 (diff) |
chore(deps): update actions/github-script action to v6 (#1726)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index faf39eb9..67a6dbbf 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.1.0 + uses: actions/github-script@v6.0.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.1.0 + uses: actions/github-script@v6.0.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.1.0 + uses: actions/github-script@v6.0.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.1.0 + uses: actions/github-script@v6.0.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.1.0 + uses: actions/github-script@v6.0.0 id: service-changed with: result-encoding: string |