Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7 (#2803)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
  • Loading branch information
renovate-rancher[bot] authored Sep 5, 2024
1 parent 782cda0 commit 563560d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-against-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
export CHARTS_DIR="${GITHUB_WORKSPACE}/charts"
./fleet/.github/scripts/release-against-charts.sh ${{github.event.inputs.prev_fleet}} ${{github.event.inputs.new_fleet}} ${{github.event.inputs.prev_chart}} ${{github.event.inputs.new_chart}} ${{github.event.inputs.should_replace}}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{secrets.PUSH_TO_FORKS_SUBMIT_PRS}}
push-to-fork: rancherbot/charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-against-rancher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
export CHARTS_DIR="${GITHUB_WORKSPACE}/rancher"
./fleet/.github/scripts/release-against-rancher.sh ${{github.event.inputs.new_fleet}} ${{github.event.inputs.new_chart}} ${{github.event.inputs.should_bump_api}}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{secrets.PUSH_TO_FORKS_SUBMIT_PRS}}
push-to-fork: rancherbot/rancher
Expand Down

0 comments on commit 563560d

Please sign in to comment.