diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index d480d5e..ba5a4ab 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write if: github.repository == 'nuxt-modules/device' steps: - - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: PULL_REQUEST_TITLE: ${{ github.event.pull_request.title }} with: