diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d8f664..6b525f2 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@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 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@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 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@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 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@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 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 248c06a..9e29eee 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@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ~/.cargo/registry