diff --git a/.github/workflows/pr-notifications.yml b/.github/workflows/pr-notifications.yml index f247e6b..42ad412 100644 --- a/.github/workflows/pr-notifications.yml +++ b/.github/workflows/pr-notifications.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Handle PR Events - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { eventName, payload } = context; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5485b62..3b74d41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: - name: Cancel workflow if no release is needed if: steps.commit_message.outputs.version_bump == 'skip' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |