diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 401ab8b..77cff63 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -29,7 +29,7 @@ jobs: toolchain: stable profile: minimal override: true - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 6344a35..94c6bfd 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -37,7 +37,7 @@ jobs: profile: minimal target: ${{ matrix.job.target }} override: true - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - name: Cargo build uses: actions-rs/cargo@v1 with: @@ -78,7 +78,7 @@ jobs: # toolchain: stable # profile: minimal # override: true - # - uses: Swatinem/rust-cache@v1 + # - uses: Swatinem/rust-cache@v2 # - uses: actions-rs/cargo@v1 # with: # command: publish