File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1414 runs-on : macos-12
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 - name : Pull cache
19- uses : actions/cache@v2
19+ uses : actions/cache@v3
2020 with :
2121 path : .build
2222 key : ${{ runner.os }}spm${{ hashFiles('**/Package.resolved') }}
3030 needs : build-rswift
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v3
3434 - name : Download build
3535 uses : actions/download-artifact@v1
3636 with :
4141 mv rswift-dev/rswift .build/release/rswift
4242 chmod +x .build/release/rswift
4343 - name : Pull cache
44- uses : actions/cache@v2
44+ uses : actions/cache@v3
4545 id : podcache-ios
4646 with :
4747 path : Examples/ResourceApp/Pods
6060 needs : build-rswift
6161 steps :
6262 - name : Checkout
63- uses : actions/checkout@v2
63+ uses : actions/checkout@v3
6464 - name : Download build
6565 uses : actions/download-artifact@v1
6666 with :
7979 needs : build-rswift
8080 steps :
8181 - name : Checkout
82- uses : actions/checkout@v2
82+ uses : actions/checkout@v3
8383 - name : Download build
8484 uses : actions/download-artifact@v1
8585 with :
9797 needs : build-rswift
9898 steps :
9999 - name : Checkout
100- uses : actions/checkout@v2
100+ uses : actions/checkout@v3
101101 - name : Download build
102102 uses : actions/download-artifact@v1
103103 with :
@@ -115,9 +115,9 @@ jobs:
115115 runs-on : macos-12
116116 steps :
117117 - name : Checkout
118- uses : actions/checkout@v2
118+ uses : actions/checkout@v3
119119 - name : Pull cache
120- uses : actions/cache@v2
120+ uses : actions/cache@v3
121121 with :
122122 path : .build
123123 key : ${{ runner.os }}spm${{ hashFiles('**/Package.resolved') }}
Original file line number Diff line number Diff line change 1212 runs-on : macos-12
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616 - name : Set version
1717 run : |
1818 sed -i "" "s/\(static let version = \"\).*\(\"\)/\1${TAG}\2/" Sources/rswift/Config.swift
4646 run : |
4747 codesign --force --options runtime --sign 'Developer ID Application: Mathijs Kadijk (5Z49PA849J)' .build/apple/Products/Release/rswift
4848 - name : Store build artifact
49- uses : actions/upload-artifact@v1
49+ uses : actions/upload-artifact@v3
5050 with :
5151 name : rswift-${{ github.event.release.tag_name }}
5252 path : .build/apple/Products/Release/rswift
You can’t perform that action at this time.
0 commit comments