diff --git a/.github/workflows/bump_templates.yaml b/.github/workflows/bump_templates.yaml index 721855ede..a26b4c28d 100644 --- a/.github/workflows/bump_templates.yaml +++ b/.github/workflows/bump_templates.yaml @@ -23,7 +23,7 @@ jobs: run: tool/generate_bundles.sh - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 with: token: ${{ secrets.VGV_BOT_PAT }} base: main diff --git a/.github/workflows/spdx_license_bot.yaml b/.github/workflows/spdx_license_bot.yaml index 1280101ce..c248b84a9 100644 --- a/.github/workflows/spdx_license_bot.yaml +++ b/.github/workflows/spdx_license_bot.yaml @@ -47,7 +47,7 @@ jobs: - name: 📝 Create Pull Request if: ${{ env.did_change == 'true' }} - uses: peter-evans/create-pull-request@v7.0.8 + uses: peter-evans/create-pull-request@v7.0.9 with: token: ${{ secrets.VGV_BOT_PAT }} base: main