57
57
name : " macOS 10.15, Xcode 12.4, Swift 5.3"
58
58
shell : " /bin/zsh {0}"
59
59
steps :
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v3
61
61
- name : ${{ matrix.name }}
62
62
run : make test_framework_GRDBOSX_maxSwift
63
63
iOS :
77
77
name : " macOS 10.15, Xcode 12.4, Swift 5.3"
78
78
shell : " /bin/zsh {0}"
79
79
steps :
80
- - uses : actions/checkout@v2
80
+ - uses : actions/checkout@v3
81
81
- name : ${{ matrix.name }}
82
82
run : make test_framework_GRDBiOS_maxTarget_maxSwift
83
83
SPM :
93
93
name : " macOS 12, Xcode 13.3.1, Swift 5.6"
94
94
shell : " /bin/zsh {0}"
95
95
steps :
96
- - uses : actions/checkout@v2
96
+ - uses : actions/checkout@v3
97
97
- name : ${{ matrix.name }}
98
98
run : make test_SPM test_install_SPM
99
99
SQLCipher3 :
@@ -109,7 +109,7 @@ jobs:
109
109
name : " macOS 12, Xcode 13.3.1, Swift 5.6"
110
110
shell : " /bin/zsh {0}"
111
111
steps :
112
- - uses : actions/checkout@v2
112
+ - uses : actions/checkout@v3
113
113
- name : ${{ matrix.name }}
114
114
run : make test_framework_SQLCipher3Encrypted
115
115
SQLCipher4 :
@@ -129,7 +129,7 @@ jobs:
129
129
name : " macOS 10.15, Xcode 12.4, Swift 5.3"
130
130
shell : " /bin/zsh {0}"
131
131
steps :
132
- - uses : actions/checkout@v2
132
+ - uses : actions/checkout@v3
133
133
- name : ${{ matrix.name }}
134
134
run : make test_framework_SQLCipher4Encrypted
135
135
CustomSQLite :
@@ -149,7 +149,7 @@ jobs:
149
149
name : " macOS 10.15, Xcode 12.4, Swift 5.3"
150
150
shell : " /bin/zsh {0}"
151
151
steps :
152
- - uses : actions/checkout@v2
152
+ - uses : actions/checkout@v3
153
153
- name : ${{ matrix.name }}
154
154
run : make test_framework_GRDBCustomSQLiteOSX
155
155
XCFramework :
@@ -165,7 +165,7 @@ jobs:
165
165
name : " macOS 12, Xcode 13.3.1, Swift 5.6"
166
166
shell : " /bin/zsh {0}"
167
167
steps :
168
- - uses : actions/checkout@v2
168
+ - uses : actions/checkout@v3
169
169
- name : ${{ matrix.name }}
170
170
run : make test_archive_GRDBOSX_xcframework
171
171
0 commit comments