From 207119382a4b59a243a1e345b48bfbe9bcc28486 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:52:01 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/ci-linux.yml | 4 ++-- .github/workflows/ci-windows.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 670c3eb..d28e951 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -20,13 +20,13 @@ jobs: uses: actions/checkout@v3.5.3 - name: APT cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: path: /var/cache/apt key: ${{ runner.os }}-apt - name: Restore cached SPM dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: path: .build key: swiftpm-${{ runner.os }}-${{ inputs.swift-version }}-${{ hashFiles('Package.swift') }} diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 3ea2734..c8df23b 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Cache vcpkg - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: key: windows-x64-vcpkg path: C:\vcpkg\installed\x64-windows