diff --git a/.github/workflows/combine-dependabot-updates.yml b/.github/workflows/combine-dependabot-updates.yml index 821bb5eaef..0244f208a8 100644 --- a/.github/workflows/combine-dependabot-updates.yml +++ b/.github/workflows/combine-dependabot-updates.yml @@ -83,7 +83,7 @@ jobs: git push origin "${{ inputs.branch_name }}" echo "pr_body=$pr_body" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} script: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd66ff6e29..965575a665 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: name: "v${{ github.event.inputs.version }}" commit: "${{ github.event.inputs.target_branch }}" - name: Create Pull Request - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} script: |