diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f859613e..a1a2d3e7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: crystal: ${{ matrix.crystal }} - name: Cache Shards - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./lib @@ -141,7 +141,7 @@ jobs: crystal: latest - name: Cache Shards - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./lib