Skip to content

Commit d7444c6

Browse files
authored
Polish GHA using (#1576)
1 parent f83b1f6 commit d7444c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-12
11+
runs-on: macos-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: xcodebuild
16-
uses: sersoft-gmbh/xcodebuild-action@v1
16+
uses: sersoft-gmbh/xcodebuild-action@v3
1717
with:
1818
project: MonitorControl.xcodeproj
1919
scheme: MonitorControl
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: SwiftLint
2929
uses: norio-nomura/[email protected]

0 commit comments

Comments
 (0)