From b6fed26a3d1fd7868c47972bf96a1965b29c00c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 00:26:46 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 4c4a7b4..66cc0d7 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -16,7 +16,7 @@ jobs: image: swift:${{ matrix.swift }} steps: - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.6 - name: Restore APT cache uses: actions/cache@v3.3.1 diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 20dafda..d303ea4 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -14,7 +14,7 @@ jobs: xcode: ["14.3.1", "15.0"] steps: - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.6 - name: Select Xcode ${{ matrix.xcode }} run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app - name: Restore cached Homebrew dependencies