Skip to content

Commit ad2714e

Browse files
Bump the all-actions group across 1 directory with 7 updates
Bumps the all-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `6` | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.15` | `2.0.20` | | [stellar/binaries](https://github.com/stellar/binaries) | `45` | `64` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5` | `8` | | [denoland/setup-deno](https://github.com/denoland/setup-deno) | `2.0.2` | `2.0.4` | | [stellar/stellar-cli](https://github.com/stellar/stellar-cli) | `23.1.4` | `26.1.0` | Updates `actions/checkout` from 3 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) Updates `EmbarkStudios/cargo-deny-action` from 2.0.15 to 2.0.20 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@3fd3802...bb137d7) Updates `stellar/binaries` from 45 to 64 - [Release notes](https://github.com/stellar/binaries/releases) - [Commits](stellar/binaries@v45...v64) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `actions/download-artifact` from 5 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v8) Updates `denoland/setup-deno` from 2.0.2 to 2.0.4 - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](denoland/setup-deno@909cc5a...667a34c) Updates `stellar/stellar-cli` from 23.1.4 to 26.1.0 - [Release notes](https://github.com/stellar/stellar-cli/releases) - [Commits](stellar/stellar-cli@v23.1.4...v26.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: denoland/setup-deno dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: stellar/binaries dependency-version: '55' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: stellar/stellar-cli dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbb02ec commit ad2714e

3 files changed

Lines changed: 30 additions & 30 deletions

File tree

.github/workflows/rust.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fmt:
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v6
7575
- run: rustup update
7676
- run: cargo fmt --all --check
7777

@@ -85,21 +85,21 @@ jobs:
8585
# Prevent sudden announcement of a new advisory from failing ci:
8686
continue-on-error: ${{ matrix.checks == 'advisories' }}
8787
steps:
88-
- uses: actions/checkout@v3
89-
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979
88+
- uses: actions/checkout@v6
89+
- uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe
9090
with:
9191
command: check ${{ matrix.checks }}
9292

9393
check-git-rev-deps:
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: actions/checkout@v3
96+
- uses: actions/checkout@v6
9797
- uses: stellar/actions/rust-check-git-rev-deps@main
9898

9999
semver-checks:
100100
runs-on: ubuntu-latest
101101
steps:
102-
- uses: actions/checkout@v3
102+
- uses: actions/checkout@v6
103103
- run: rustup update stable
104104
- name: Determine Rust n-2 version since cargo-semver-checks is rarely available for the latest version
105105
id: rust-version
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
rustc --version
121121
cargo --version
122-
- uses: stellar/binaries@v55
122+
- uses: stellar/binaries@v64
123123
with:
124124
name: cargo-semver-checks
125125
version: 0.46.0
@@ -138,7 +138,7 @@ jobs:
138138
sys: ${{ fromJSON(needs.setup.outputs.sys) }}
139139
runs-on: ${{ matrix.sys.os }}
140140
steps:
141-
- uses: actions/checkout@v3
141+
- uses: actions/checkout@v6
142142
- name: Install minimum supported rust version
143143
if: matrix.rust == 'msrv'
144144
run: |
@@ -164,15 +164,15 @@ jobs:
164164
if: matrix.rust == 'msrv'
165165
run: echo RUSTFLAGS='-Dwarnings' >> $GITHUB_ENV
166166
- run: echo CARGO_BUILD_TARGET='${{ matrix.sys.target }}' >> $GITHUB_ENV
167-
- uses: stellar/binaries@v45
167+
- uses: stellar/binaries@v64
168168
with:
169169
name: cargo-hack
170170
version: 0.5.28
171171
- run: cargo version
172172
- run: make build-libs
173173
- run: make build-test-wasms TEST_CRATES_RUSTUP_TOOLCHAIN=$RUSTUP_TOOLCHAIN
174174
- name: Upload test wasms
175-
uses: actions/upload-artifact@v4
175+
uses: actions/upload-artifact@v7
176176
with:
177177
name: test-wasms-${{ matrix.rust }}-${{ matrix.sys.target }}
178178
path: target/wasm32v1-none/release/test_*.wasm
@@ -187,7 +187,7 @@ jobs:
187187
sys: ${{ fromJSON(needs.setup.outputs.sys) }}
188188
runs-on: ${{ matrix.sys.os }}
189189
steps:
190-
- uses: actions/checkout@v3
190+
- uses: actions/checkout@v6
191191
- name: Install minimum supported rust version
192192
if: matrix.rust == 'msrv'
193193
run: |
@@ -213,12 +213,12 @@ jobs:
213213
if: matrix.rust == 'msrv'
214214
run: echo RUSTFLAGS='-Dwarnings' >> $GITHUB_ENV
215215
- run: echo CARGO_BUILD_TARGET='${{ matrix.sys.target }}' >> $GITHUB_ENV
216-
- uses: stellar/binaries@v45
216+
- uses: stellar/binaries@v64
217217
with:
218218
name: cargo-hack
219219
version: 0.5.28
220220
- name: Restore test wasms for tests from one of the msrv builds
221-
uses: actions/download-artifact@v5
221+
uses: actions/download-artifact@v8
222222
with:
223223
name: test-wasms-msrv-x86_64-unknown-linux-gnu
224224
path: target/wasm32v1-none/release/
@@ -232,10 +232,10 @@ jobs:
232232
build-fuzz:
233233
runs-on: ubuntu-latest
234234
steps:
235-
- uses: actions/checkout@v3
235+
- uses: actions/checkout@v6
236236
- uses: stellar/actions/rust-cache@main
237237
- run: rustup install nightly
238-
- uses: stellar/binaries@v45
238+
- uses: stellar/binaries@v64
239239
with:
240240
name: cargo-fuzz
241241
version: 0.13.1
@@ -246,7 +246,7 @@ jobs:
246246
docs:
247247
runs-on: ubuntu-latest
248248
steps:
249-
- uses: actions/checkout@v3
249+
- uses: actions/checkout@v6
250250
- uses: stellar/actions/rust-cache@main
251251
- run: rustup install nightly
252252
- run: make doc
@@ -256,7 +256,7 @@ jobs:
256256
readme:
257257
runs-on: ubuntu-latest
258258
steps:
259-
- uses: actions/checkout@v3
259+
- uses: actions/checkout@v6
260260
- uses: stellar/actions/rust-cache@main
261261
- run: rustup install nightly
262262
- run: make readme
@@ -265,7 +265,7 @@ jobs:
265265
migration-docs:
266266
runs-on: ubuntu-latest
267267
steps:
268-
- uses: actions/checkout@v3
268+
- uses: actions/checkout@v6
269269
- uses: stellar/actions/rust-cache@main
270270
- run: rustup update
271271
- run: |
@@ -276,19 +276,19 @@ jobs:
276276
expand-test-wasms:
277277
runs-on: ubuntu-latest
278278
steps:
279-
- uses: actions/checkout@v5
279+
- uses: actions/checkout@v6
280280
- uses: stellar/actions/rust-cache@main
281281
- name: Install minimum supported rust version
282282
run: |
283283
msrv="$(make msrv)"
284284
rustup install $msrv
285285
rustup target add --toolchain $msrv wasm32v1-none
286286
rustup component add rustfmt
287-
- uses: stellar/binaries@v45
287+
- uses: stellar/binaries@v64
288288
with:
289289
name: cargo-hack
290290
version: 0.5.28
291-
- uses: stellar/binaries@v45
291+
- uses: stellar/binaries@v64
292292
with:
293293
name: cargo-expand
294294
version: 1.0.116

.github/workflows/test-with-openzeppelin-stellar-contracts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
collect-crates:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
repository: OpenZeppelin/stellar-contracts
2424
ref: main
@@ -43,12 +43,12 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout rs-soroban-sdk
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
with:
4848
path: rs-soroban-sdk
4949

5050
- name: Checkout OpenZeppelin stellar-contracts
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
with:
5353
repository: OpenZeppelin/stellar-contracts
5454
ref: main
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Upload WASM artifacts
138138
if: steps.check-if-contract.outputs.is-a-contract == 'true'
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v7
140140
with:
141141
name: ${{ steps.artifact-name.outputs.name }}
142142
path: 'stellar-contracts/target/wasm32v1-none/release/*.wasm'

.github/workflows/test-with-soroban-examples.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
collect-examples:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
repository: stellar/soroban-examples
2424
ref: main
@@ -58,12 +58,12 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout rs-soroban-sdk
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262
with:
6363
path: rs-soroban-sdk
6464

6565
- name: Checkout soroban-examples
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767
with:
6868
repository: stellar/soroban-examples
6969
ref: main
@@ -74,11 +74,11 @@ jobs:
7474
rustup update
7575
rustup target add wasm32v1-none
7676
77-
- uses: denoland/setup-deno@909cc5acb0fdd60627fb858598759246509fa755 # v2.0.2
77+
- uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
7878
with:
7979
deno-version: v2.x
8080

81-
- uses: stellar/stellar-cli@v23.1.4
81+
- uses: stellar/stellar-cli@v26.1.0
8282

8383
- uses: stellar/actions/rust-cache@main
8484

@@ -159,7 +159,7 @@ jobs:
159159
run: echo "name=wasm-$(echo ${{ matrix.working-directory }} | sed 's/\//-/g')${{ matrix.experimental_spec_shaking_v2 && '-spec-shaking-v2' || '' }}" | tee -a $GITHUB_OUTPUT
160160

161161
- name: Upload WASM artifacts
162-
uses: actions/upload-artifact@v4
162+
uses: actions/upload-artifact@v7
163163
with:
164164
name: ${{ steps.artifact-name.outputs.name }}
165165
path: 'soroban-examples/${{ matrix.working-directory }}/**/*.wasm'

0 commit comments

Comments
 (0)