File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 # which include the latest stable release of Rust, Rustup, Clippy and rustfmt.
2525 run : rustup update
2626 - name : Rust Cache
27- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
27+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
2828 - name : Clippy
2929 # Using --all-targets so tests are checked and --deny to fail on warnings.
3030 # Not using --locked here and below since Cargo.lock is in .gitignore.
4444 - name : Update Rust toolchain
4545 run : rustup update
4646 - name : Rust Cache
47- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
47+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4848 - name : Run unit tests
4949 run : cargo test --all-features
5050
6060 - name : Install Rust linux-musl target
6161 run : rustup target add x86_64-unknown-linux-musl
6262 - name : Rust Cache
63- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
63+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
6464 - name : Install Pack CLI
65- uses : buildpacks/github-actions/setup-pack@8203df0b7ac31e358daa391b1949da5650e7f4f0 # v5.9.3
65+ uses : buildpacks/github-actions/setup-pack@f6d0ae15b2e1f021664bf3ee3fc4f9105c1ee4c7 # v5.9.4
6666 - name : Run integration tests
6767 # Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
6868 run : cargo test -- --ignored
Original file line number Diff line number Diff line change 4444 run : rustup update
4545
4646 - name : Rust Cache
47- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
47+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4848
4949 - name : Install cargo-edit
5050 run : cargo install --locked cargo-edit
Original file line number Diff line number Diff line change 3333 run : rustup update
3434
3535 - name : Rust Cache
36- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
36+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
3737
3838 - name : Install cargo-release
3939 run : cargo install --locked cargo-release
7070 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
7171
7272 - name : Create GitHub Release
73- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
73+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
7474 with :
7575 token : ${{ steps.generate-token.outputs.token }}
7676 tag_name : v${{ steps.new-version.outputs.version }}
You can’t perform that action at this time.
0 commit comments