diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74e11bb..317b19a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -45,7 +45,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - name: Cache sqlx-cli - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-sqlx with: path: | @@ -99,7 +99,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - name: Cache sqlx-cli - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-sqlx with: path: |