diff --git a/.github/workflows/flux-schedule.yaml b/.github/workflows/flux-schedule.yaml index 9de4a715..caff5c59 100644 --- a/.github/workflows/flux-schedule.yaml +++ b/.github/workflows/flux-schedule.yaml @@ -28,7 +28,7 @@ jobs: echo "::set-output name=flux_version::$VERSION" - name: Create pull request for Flux upgrade - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} branch: "flux/upgrade-${{ steps.upgrade.outputs.flux_version }}" diff --git a/.github/workflows/renovate-schedule.yaml b/.github/workflows/renovate-schedule.yaml index 3fa31c99..ff760b8c 100644 --- a/.github/workflows/renovate-schedule.yaml +++ b/.github/workflows/renovate-schedule.yaml @@ -21,7 +21,7 @@ jobs: cluster-path: "./cluster" - name: Create pull request for renovatebot helm-release annotations - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} branch: renovate-annotations