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') }}