diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index cd80cec..5fbfeab 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -27,21 +27,21 @@ jobs: with: components: rustfmt, clippy - name: Cache cargo registry - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: ~/.cargo/registry key: ${{ runner.os }}-cargo-registry-${{ github.ref }} restore-keys: | ${{ runner.os }}-cargo-registry-master - name: Cache cargo index - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: ~/.cargo/git key: ${{ runner.os }}-cargo-index-${{ github.ref }} restore-keys: | ${{ runner.os }}-cargo-index-master - name: Cache cargo build - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: target key: ${{ runner.os }}-cargo-build-target-${{ github.ref }}