diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index b7e7a3a0..48c3aa81 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -10,7 +10,7 @@ jobs: - name: Install Rust uses: hecrj/setup-rust-action@v1 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cargo/.crates.toml @@ -22,7 +22,7 @@ jobs: run: cargo -v install cargo-deny - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Audit run: | diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index 2d157ada..0276cb9a 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 60 steps: - - uses: actions/checkout@v2 - + - uses: actions/checkout@v3 + - name: Install Rust uses: hecrj/setup-rust-action@v1 @@ -19,7 +19,7 @@ jobs: - name: Run benchmarks run: | cargo bench - + - name: Make plots have a solid white background run: | find target/criterion -name "*.svg" -exec sed -i 's/