diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-11-14 00:25:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 00:25:03 +0530 |
commit | fde6dbbd59a44038ee54a9e02922ce70d1209c9f (patch) | |
tree | 3bfe7d3414b852c2e2a9c63d5e0bdea6b2d50fdb /.github/workflows/pull_request.yml | |
parent | c047752ef7bbe71dee587e9107d24be876ddf444 (diff) |
chore(deps): update actions/github-script action to v7 (#2760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 98c47f19..007d476c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Check if relevant files have changed - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 id: service-changed with: result-encoding: string |