From 094eb366e1ff24f082168bbcc6118f8518e43ca7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:08:57 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 4 ++-- .github/workflows/ci-windows.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 670c3eb..64d6e3a 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -17,7 +17,7 @@ jobs: image: swift:${{ matrix.swift }} steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.4 - name: APT cache uses: actions/cache@v3.3.1 diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 19c3b4f..af35e12 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -15,7 +15,7 @@ jobs: xcode: ["14.1", "15.0"] steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.4 - name: Select Xcode ${{ matrix.xcode }} run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app @@ -73,7 +73,7 @@ jobs: xcode: ["13.4.1"] steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.4 - name: Select Xcode ${{ matrix.xcode }} run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 3ea2734..274bc92 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -17,7 +17,7 @@ jobs: tag: 5.8-RELEASE - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.4 - name: Cache vcpkg uses: actions/cache@v3.3.1