Skip to content

Commit aa9e72b

Browse files
committed
bump binaries to 37 in action
1 parent ab5941c commit aa9e72b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v3
5959
- run: rustup update
60-
- uses: stellar/binaries@v30
60+
- uses: stellar/binaries@v37
6161
with:
6262
name: cargo-semver-checks
6363
version: 0.35.0
@@ -104,7 +104,7 @@ jobs:
104104
- run: cargo version
105105
- run: rustup target add ${{ matrix.sys.target }}
106106
- run: rustup target add wasm32v1-none
107-
- uses: stellar/binaries@v18
107+
- uses: stellar/binaries@v37
108108
with:
109109
name: cargo-hack
110110
version: 0.5.28
@@ -138,7 +138,7 @@ jobs:
138138
- uses: actions/checkout@v3
139139
- uses: stellar/actions/rust-cache@main
140140
- run: rustup install nightly
141-
- uses: stellar/binaries@v15
141+
- uses: stellar/binaries@v37
142142
with:
143143
name: cargo-fuzz
144144
version: 0.11.2

0 commit comments

Comments
 (0)