From 89834ce4b07e0b9c7886a1b0b932cdb3b891149c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:32:29 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 50ac9ce..c0a85ad 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@v4.2.1 + uses: actions/checkout@v5.0.0 - name: APT cache uses: actions/cache@v4.1.1 diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 60c02c2..5903655 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -15,7 +15,7 @@ jobs: xcode: ["15.4", "16.0"] steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v5.0.0 - 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 1a62dea..ec7a8ea 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -18,7 +18,7 @@ jobs: tag: 5.10-RELEASE - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v5.0.0 - name: Cache vcpkg uses: actions/cache@v4.1.1