diff options
-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 |