Skip to content

Commit

Permalink
chore: update V4 format script (#1381)
Browse files Browse the repository at this point in the history
## Summary
- Updating format script
  • Loading branch information
goergisn authored Sep 18, 2023
2 parents 2cf540a + 48eba9b commit bde64b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
Update:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: n1hility/cancel-previous-runs@v3
Expand All @@ -22,7 +22,7 @@ jobs:
brew install swiftformat
swiftformat .
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v5
with:
delete-branch: true
branch: format-project-github-action
Expand Down

0 comments on commit bde64b2

Please sign in to comment.