diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-06 16:17:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 16:17:57 +0000 |
commit | 11be4cf794ba29049079c81b4fe68ff2d4ff963c (patch) | |
tree | abd0a4111f5a88f10f036e77e3cfbcaca7d392a9 /.github | |
parent | 0a16ac762079dded7d5ff5e0305fb7b088cb168a (diff) |
chore(deps): update actions/github-script action to v6.4.1 (#2460)
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 431ce4e5..44d3e7b8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 - name: Check if relevant files have changed - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 id: service-changed with: result-encoding: string |