diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 526a9c9..0f00702 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - name: Cache restore - uses: actions/cache@v3 + uses: actions/cache/restore@v3 id: cache-cargo-restore with: path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35d4309..1f829fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - name: Cache restore - uses: actions/cache@v3 + uses: actions/cache/restore@v3 id: cache-cargo-restore with: path: | @@ -36,7 +36,7 @@ jobs: run: cargo test - name: Cache save - uses: actions/save@v3 + uses: actions/cache/save@v3 id: cache-cargo-save with: path: |