Skip to content

Commit

Permalink
update GitHub Actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Oct 21, 2024
1 parent 71eab88 commit 7d80c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
format:
runs-on: macos-15
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install swift-format
run: brew install swift-format
- name: Run swift-format
run: swift-format . --in-place --recursive --configuration .swift-format
- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v7
with:
commit-message: run swift-format
delete-branch: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Show Xcode version
run: xcodebuild -version
- name: Run tests
Expand Down

0 comments on commit 7d80c99

Please sign in to comment.