diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b20dc8b..5eba853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache Cargo registry, git and target - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache Cargo registry, git and target - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry