From ab0ec3a714e71b0b06ea3bb6924c5025b4c29e11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:19:37 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/generate.yml | 2 +- .github/workflows/index-managed-policies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 8b1286ffb..c58f83b68 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -100,7 +100,7 @@ jobs: if: steps.changes.outputs.CHANGED >= 3 - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.OVERRIDE_TOKEN }} commit-message: Adds latest IAM updates from AWS diff --git a/.github/workflows/index-managed-policies.yml b/.github/workflows/index-managed-policies.yml index 5707d4028..6ada5c9ba 100644 --- a/.github/workflows/index-managed-policies.yml +++ b/.github/workflows/index-managed-policies.yml @@ -54,7 +54,7 @@ jobs: if: steps.changes.outputs.CHANGED == '1' - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.OVERRIDE_TOKEN }} commit-message: Updates AWS managed policies