diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ab97a8c..6e13434 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,17 +37,17 @@ jobs: components: clippy # caching - name: Cache cargo registry - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: target key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} @@ -75,17 +75,17 @@ jobs: profile: minimal # caching - name: Cache cargo registry - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: target key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} @@ -108,17 +108,17 @@ jobs: profile: minimal # caching - name: Cache cargo registry - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: target key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} @@ -149,17 +149,17 @@ jobs: profile: minimal # caching - name: Cache cargo registry - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: target key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 286419d..12548c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: # Cache files between builds - name: Setup | Cache Cargo - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: | ~/.cargo/registry