diff --git a/.github/workflows/rust_release.yml b/.github/workflows/rust_release.yml index 043d666..416d70d 100644 --- a/.github/workflows/rust_release.yml +++ b/.github/workflows/rust_release.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Update crate cargo-vendor cache id: vendor_cache with: @@ -33,7 +33,7 @@ jobs: cargo-vendor enableCrossOsArchive: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Update cargo registry cache if: steps.vendor_cache.outputs.cache-hit != 'true' with: @@ -81,7 +81,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 name: Restore crate cargo-vendor cache with: path: | @@ -157,7 +157,7 @@ jobs: shell: bash run: cargo version - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 name: Restore crate cargo-vendor cache with: path: | @@ -237,7 +237,7 @@ jobs: - name: Record environment run: cargo version - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 name: Restore crate cargo-vendor cache with: path: | diff --git a/.github/workflows/rust_test.yml b/.github/workflows/rust_test.yml index 861ad33..3949b05 100644 --- a/.github/workflows/rust_test.yml +++ b/.github/workflows/rust_test.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Update crate cargo-vendor cache id: vendor_cache with: @@ -67,7 +67,7 @@ jobs: cargo-vendor enableCrossOsArchive: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Update cargo registry cache if: steps.vendor_cache.outputs.cache-hit != 'true' with: @@ -111,7 +111,7 @@ jobs: shell: bash run: cargo version - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 name: Restore crate cargo-vendor cache with: path: | @@ -145,7 +145,7 @@ jobs: shell: bash run: cargo version - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 name: Restore crate cargo-vendor cache with: path: |