Skip to content

Commit 1a6228e

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e02f2c8 commit 1a6228e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: "macOS 10.15, Xcode 12.4, Swift 5.3"
5858
shell: "/bin/zsh {0}"
5959
steps:
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v3
6161
- name: ${{ matrix.name }}
6262
run: make test_framework_GRDBOSX_maxSwift
6363
iOS:
@@ -77,7 +77,7 @@ jobs:
7777
name: "macOS 10.15, Xcode 12.4, Swift 5.3"
7878
shell: "/bin/zsh {0}"
7979
steps:
80-
- uses: actions/checkout@v2
80+
- uses: actions/checkout@v3
8181
- name: ${{ matrix.name }}
8282
run: make test_framework_GRDBiOS_maxTarget_maxSwift
8383
SPM:
@@ -93,7 +93,7 @@ jobs:
9393
name: "macOS 12, Xcode 13.3.1, Swift 5.6"
9494
shell: "/bin/zsh {0}"
9595
steps:
96-
- uses: actions/checkout@v2
96+
- uses: actions/checkout@v3
9797
- name: ${{ matrix.name }}
9898
run: make test_SPM test_install_SPM
9999
SQLCipher3:
@@ -109,7 +109,7 @@ jobs:
109109
name: "macOS 12, Xcode 13.3.1, Swift 5.6"
110110
shell: "/bin/zsh {0}"
111111
steps:
112-
- uses: actions/checkout@v2
112+
- uses: actions/checkout@v3
113113
- name: ${{ matrix.name }}
114114
run: make test_framework_SQLCipher3Encrypted
115115
SQLCipher4:
@@ -129,7 +129,7 @@ jobs:
129129
name: "macOS 10.15, Xcode 12.4, Swift 5.3"
130130
shell: "/bin/zsh {0}"
131131
steps:
132-
- uses: actions/checkout@v2
132+
- uses: actions/checkout@v3
133133
- name: ${{ matrix.name }}
134134
run: make test_framework_SQLCipher4Encrypted
135135
CustomSQLite:
@@ -149,7 +149,7 @@ jobs:
149149
name: "macOS 10.15, Xcode 12.4, Swift 5.3"
150150
shell: "/bin/zsh {0}"
151151
steps:
152-
- uses: actions/checkout@v2
152+
- uses: actions/checkout@v3
153153
- name: ${{ matrix.name }}
154154
run: make test_framework_GRDBCustomSQLiteOSX
155155
XCFramework:
@@ -165,7 +165,7 @@ jobs:
165165
name: "macOS 12, Xcode 13.3.1, Swift 5.6"
166166
shell: "/bin/zsh {0}"
167167
steps:
168-
- uses: actions/checkout@v2
168+
- uses: actions/checkout@v3
169169
- name: ${{ matrix.name }}
170170
run: make test_archive_GRDBOSX_xcframework
171171

0 commit comments

Comments
 (0)