Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent bc95910 commit 1d650b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: ./BuildTools/DependenciesGraph/.build/release/dgraph --include-product ./Packages/GodPackage
- run: ./BuildTools/DependenciesGraph/.build/release/dgraph --add-to-readme ./Packages/UIComponentPackage
- continue-on-error: true
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
id: create-pr
with:
delete-branch: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: swift build -c release --package-path ./BuildTools/SwiftFormatTool --product swiftformat
- run: ./BuildTools/SwiftFormatTool/.build/release/swiftformat ./
- continue-on-error: true
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
id: create-pr
with:
delete-branch: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sed -i '' "s/$CURRENT_VERSION/${{ github.event.inputs.version }}/g" App/Multiplatform/Staging/Info.plist
sed -i '' "s/$CURRENT_VERSION/${{ github.event.inputs.version }}/g" App/Multiplatform/Production/Info.plist
- continue-on-error: true
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
id: create-pr
with:
delete-branch: true
Expand Down

0 comments on commit 1d650b9

Please sign in to comment.