diff --git a/.github/workflows/pr-opened-command.yml b/.github/workflows/pr-opened-command.yml index d3f18539..9fc37c65 100644 --- a/.github/workflows/pr-opened-command.yml +++ b/.github/workflows/pr-opened-command.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Pull Request Opened Command - uses: actions/github-script@0.9.0 + uses: actions/github-script@v7.0.1 with: github-token: ${{secrets.REPO_ACCESS_TOKEN}} script: |