From 276a7fca7d06933688587dfbdd5abe7e2c5faa0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:21:58 +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 218f6b3..3f36f87 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.2.1 - 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.2.1 - name: Restore APT cache uses: actions/cache@v3