diff --git a/.github/workflows/automerge-dependabot.yaml b/.github/workflows/automerge-dependabot.yaml index 8511406..9c504cb 100644 --- a/.github/workflows/automerge-dependabot.yaml +++ b/.github/workflows/automerge-dependabot.yaml @@ -19,7 +19,7 @@ jobs: github.ref == 'refs/heads/main' steps: - name: Merge PR - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 08c7b4f..bf17d44 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,7 +97,7 @@ jobs: echo "❎ SKIPPED." fi - name: Create release - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: RESULT: ${{ needs.ReleaseDryRun.outputs.RESULT }} VERSION: ${{ needs.ReleaseDryRun.outputs.VERSION }} @@ -144,7 +144,7 @@ jobs: permissions: pull-requests: write # to be able to create PRs or comment on released PRs steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 env: RESULT: ${{ needs.Release.outputs.RESULT }} RELEASE_NOTES: ${{ needs.Release.outputs.RELEASE_NOTES }}