diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 7143be20..ddf60ce5 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -45,7 +45,7 @@ jobs: override: true default: true - name: Rust Cache - uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 + uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 - name: Run cargo ${{ matrix.command }} run: cargo ${{ matrix.command }} @@ -70,7 +70,7 @@ jobs: override: true default: true - name: Rust Cache - uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 + uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 - name: Run cargo build run: cargo build --release --locked - name: Copy binnary file