diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 1316db8..8616d5b 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -86,7 +86,7 @@ jobs: uses: blackboard-innersource/gh-action-cdk-diff@v1 - name: Comment on Pull Request - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -152,7 +152,7 @@ jobs: - name: Comment on Pull Request if: steps.pre-commit.outputs.failed == 1 && steps.pre-commit.outputs.dirty == 1 - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |