diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index efbcf36..d02135e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: id: extract-version run: echo "VERSION=$(grep -oP '^version = "\K[^"]+' Cargo.toml | awk '{$1=$1;print}')" >> $GITHUB_OUTPUT - name: Cache restore - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: cache-cargo-restore with: path: | @@ -35,7 +35,7 @@ jobs: run: cargo build - name: Cache save if: steps.cache-cargo-restore.outputs.cache-hit != 'true' - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 id: cache-cargo-save with: path: |