Skip to content

Commit

Permalink
fix(Actions): upgrade create-pull-request to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
RoamingNoMaD committed Dec 19, 2024
1 parent 1008466 commit 673cc06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
git add .baseimagedigest
git commit -m "chore(image): update and rebuild image" || echo "No new changes"
- name: Create pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: 'chore(image): update base image'
4 changes: 2 additions & 2 deletions .github/workflows/ruby-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git add .ruby-version
git commit -m "chore(devel): update .ruby-version" || echo "No new changes"
- name: Create pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: 'chore(devel): update .ruby-version'
update-bundler:
Expand All @@ -49,6 +49,6 @@ jobs:
git add Gemfile.lock
git commit -m "chore(deps): update bundler version" || echo "No new changes"
- name: Create pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: 'chore(deps): update bundler version'

0 comments on commit 673cc06

Please sign in to comment.