diff --git a/.github/workflows/enforce_signed.yml b/.github/workflows/enforce_signed.yml index 677183bded..cfc703a4b8 100644 --- a/.github/workflows/enforce_signed.yml +++ b/.github/workflows/enforce_signed.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Verify all PR commits are signed - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { owner, repo } = context.repo;