diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-26 17:47:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-26 17:47:10 +0000 |
commit | 567c1fbb357215ad5577c36673d1021a61479935 (patch) | |
tree | ff7a2b035725c9a6e6f3de58e31223375cd532f9 /.github | |
parent | 5e0e0a8be20cfe7641c7691fd8caf585f24aa95a (diff) |
chore(deps): update actions/github-script action to v6.4.0 (#2346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 5c11fdfc..50eca4b2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Check if relevant files have changed - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3 + uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 id: service-changed with: result-encoding: string |