Skip to content

Commit

Permalink
Bump actions/checkout to v4 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Sep 24, 2023
1 parent 350204c commit 5098ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- 5.9
steps:
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test Library
uses: mxcl/xcodebuild@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: swiftformat
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Format
run: swiftformat .
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 5098ea2

Please sign in to comment.