diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab44ec5..9aee1db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache Swift PM - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .build key: ${{ runner.os }}-${{ matrix.images }}-spm-${{ hashFiles('Package.resolved') }}-v4 @@ -48,7 +48,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache Swift PM - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .build key: ${{ runner.os }}-${{ matrix.xcode }}-spm-${{ hashFiles('Package.resolved') }}-v4