diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4f8359..cf65927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Cache Swift PM - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: .build key: ${{ runner.os }}-${{ matrix.swift }}-spm-${{ hashFiles('Package.swift') }}