From f47388bb000bb0f003f7c3e22cf4aaa61d687af0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:25:36 +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..996be6a 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.3 - 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..6208ae9 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.3 - name: Select Xcode ${{ matrix.xcode }} run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app - name: Restore cached Homebrew dependencies