Skip to content

Commit 5098ea2

Browse files
authored
Bump actions/checkout to v4 (#105)
1 parent 350204c commit 5098ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- 5.9
3232
steps:
3333
- name: Git Checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535

3636
- name: Test Library
3737
uses: mxcl/xcodebuild@v2

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: swiftformat
1515
runs-on: macos-13
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Format
1919
run: swiftformat .
2020
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)