diff --git a/.github/workflows/signoff_mr.yml b/.github/workflows/signoff_mr.yml index 6c5ea27d1..5838fd79c 100644 --- a/.github/workflows/signoff_mr.yml +++ b/.github/workflows/signoff_mr.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/github-script@0.3.0 + - uses: actions/github-script@v5 if: github.event.action == 'created' with: github-token: ${{ secrets.GITHUB_TOKEN }}