diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e1350e..5ef5016 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: - id: create-destination-key name: Create destination key for cache run: echo "destination-key=$(echo "${{ matrix.destination }}" | sed -r 's/[, ]/_/g')" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | .build/SourcePackages/checkouts @@ -115,7 +115,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | .build/SourcePackages/checkouts