Skip to content

Commit fdeb88a

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ba1bc9 commit fdeb88a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
destination: "OS=18.1,name=Apple TV"
5454
name: "tvOS"
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
- name: ${{ matrix.name }}
5858
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project GRDB.xcodeproj -scheme GRDB -destination "${{ matrix.destination }}" OTHER_SWIFT_FLAGS='$(inherited) -D SQLITE_ENABLE_FTS5 -D SQLITE_ENABLE_PREUPDATE_HOOK' GCC_PREPROCESSOR_DEFINITIONS='$(inherited) GRDB_SQLITE_ENABLE_PREUPDATE_HOOK=1' clean test
5959
SPM:
@@ -70,7 +70,7 @@ jobs:
7070
runsOn: macOS-14
7171
name: "Xcode 16.1"
7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474
- name: ${{ matrix.name }}
7575
run: make test_SPM test_install_SPM
7676
SQLCipher3:
@@ -87,7 +87,7 @@ jobs:
8787
runsOn: macOS-14
8888
name: "Xcode 16.1"
8989
steps:
90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v5
9191
- name: ${{ matrix.name }}
9292
run: make test_framework_SQLCipher3Encrypted
9393
SQLCipher4:
@@ -104,7 +104,7 @@ jobs:
104104
runsOn: macOS-14
105105
name: "Xcode 16.1"
106106
steps:
107-
- uses: actions/checkout@v4
107+
- uses: actions/checkout@v5
108108
- name: ${{ matrix.name }}
109109
run: make test_framework_SQLCipher4Encrypted
110110
CustomSQLite:
@@ -121,7 +121,7 @@ jobs:
121121
runsOn: macOS-14
122122
name: "Xcode 16.1"
123123
steps:
124-
- uses: actions/checkout@v4
124+
- uses: actions/checkout@v5
125125
- name: ${{ matrix.name }}
126126
run: make test_framework_GRDBCustomSQLiteOSX
127127
XCFramework:
@@ -138,7 +138,7 @@ jobs:
138138
runsOn: macOS-14
139139
name: "Xcode 16.1"
140140
steps:
141-
- uses: actions/checkout@v4
141+
- uses: actions/checkout@v5
142142
- name: ${{ matrix.name }}
143143
run: make test_universal_xcframework
144144

0 commit comments

Comments
 (0)