From 114e9505e74059c4544e8a2ab42f33563d87e451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:49:23 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c5538e9192..e3604f0d8f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -57,7 +57,7 @@ jobs: name: "macOS 10.15, Xcode 12.4, Swift 5.3" shell: "/bin/zsh {0}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: ${{ matrix.name }} run: make test_framework_GRDBOSX_maxSwift iOS: @@ -77,7 +77,7 @@ jobs: name: "macOS 10.15, Xcode 12.4, Swift 5.3" shell: "/bin/zsh {0}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: ${{ matrix.name }} run: make test_framework_GRDBiOS_maxTarget_maxSwift SPM: @@ -93,7 +93,7 @@ jobs: name: "macOS 12, Xcode 13.3.1, Swift 5.6" shell: "/bin/zsh {0}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: ${{ matrix.name }} run: make test_SPM test_install_SPM SQLCipher3: @@ -109,7 +109,7 @@ jobs: name: "macOS 12, Xcode 13.3.1, Swift 5.6" shell: "/bin/zsh {0}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: ${{ matrix.name }} run: make test_framework_SQLCipher3Encrypted SQLCipher4: @@ -129,7 +129,7 @@ jobs: name: "macOS 10.15, Xcode 12.4, Swift 5.3" shell: "/bin/zsh {0}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: ${{ matrix.name }} run: make test_framework_SQLCipher4Encrypted CustomSQLite: @@ -149,7 +149,7 @@ jobs: name: "macOS 10.15, Xcode 12.4, Swift 5.3" shell: "/bin/zsh {0}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: ${{ matrix.name }} run: make test_framework_GRDBCustomSQLiteOSX XCFramework: @@ -165,7 +165,7 @@ jobs: name: "macOS 12, Xcode 13.3.1, Swift 5.6" shell: "/bin/zsh {0}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: ${{ matrix.name }} run: make test_archive_GRDBOSX_xcframework \ No newline at end of file