diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff82a5bd..b28873d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: crystal: ${{ matrix.crystal }} - name: Cache Shards - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./lib @@ -139,7 +139,7 @@ jobs: crystal: latest - name: Cache Shards - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./lib