From a50ae56f0b29f0dac1d079833494c96626163275 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:59:42 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ff439c..5ba2468 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: xcode: ["14.2"] steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4.1.5 - name: Select Xcode ${{ matrix.xcode }} run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app @@ -38,7 +38,7 @@ jobs: image: swift:${{ matrix.swift }} steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4.1.5 - name: Restore APT cache uses: actions/cache@v3