File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
- name : Rust Cache
63
63
uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
64
64
- name : Install Pack CLI
65
- uses : buildpacks/github-actions/setup-pack@d82294e03fd6b8e8484cde2ee166788876e366e3 # v5.8.10
65
+ uses : buildpacks/github-actions/setup-pack@c502bcff683efa6f6d56a325df3fbe1722e21881 # v5.8.11
66
66
- name : Run integration tests
67
67
# Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
68
68
run : cargo test -- --ignored
Original file line number Diff line number Diff line change 70
70
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
71
71
72
72
- name : Create GitHub Release
73
- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
73
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
74
74
with :
75
75
token : ${{ steps.generate-token.outputs.token }}
76
76
tag_name : v${{ steps.new-version.outputs.version }}
You can’t perform that action at this time.
0 commit comments