From 5f335dbabd0ceb81e65dc6952528c9c30cdfc7cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:13:51 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/build_and_test_gh_hosted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_gh_hosted.yml b/.github/workflows/build_and_test_gh_hosted.yml index 8d43606..b195eff 100644 --- a/.github/workflows/build_and_test_gh_hosted.yml +++ b/.github/workflows/build_and_test_gh_hosted.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Cache SPM dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }} @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache SPM dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }}