Skip to content

Commit f7f8b7f

Browse files
dependabot[bot]elasticdog
authored andcommitted
Bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `dtolnay/rust-toolchain` from f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 to efa25f7f19611383d5b0ccf2d1c8914531636bf9 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@f7ccc83...efa25f7) Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) Updates `actions/download-artifact` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: efa25f7f19611383d5b0ccf2d1c8914531636bf9 dependency-type: direct:production dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab9cd42 commit f7f8b7f

10 files changed

Lines changed: 19 additions & 19 deletions

.github/workflows/bump-version-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
rust
6767
6868
- name: Install stable Rust toolchain
69-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
69+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
7070
with:
7171
toolchain: stable
7272

.github/workflows/check-rust-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Install beta Rust toolchain
23-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
23+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
2424
with:
2525
toolchain: beta
2626

.github/workflows/check-rust-miri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Install nightly Rust toolchain
23-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
23+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
2424
with:
2525
toolchain: nightly
2626
components: miri

.github/workflows/check-rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Install nightly Rust toolchain
23-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
23+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
2424
with:
2525
toolchain: nightly
2626
components: rustfmt
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: Install stable Rust toolchain
41-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
41+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
4242
with:
4343
toolchain: stable
4444
components: clippy
@@ -75,7 +75,7 @@ jobs:
7575
persist-credentials: false
7676

7777
- name: Install stable Rust toolchain
78-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
78+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
7979
with:
8080
toolchain: stable
8181

@@ -116,12 +116,12 @@ jobs:
116116
run: awk -F '"' '/rust-version/{ print "version=" $2 }' Cargo.toml >>"$GITHUB_OUTPUT"
117117

118118
- name: Install ${{ steps.msrv.outputs.version }} Rust toolchain
119-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
119+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
120120
with:
121121
toolchain: ${{ steps.msrv.outputs.version }}
122122

123123
- name: Install nightly Rust toolchain
124-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
124+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
125125
with:
126126
toolchain: nightly
127127

.github/workflows/deploy-github-pages-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Install nightly Rust toolchain
23-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
23+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
2424
with:
2525
toolchain: nightly
2626

.github/workflows/draft-release-flutter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
run: stage-release-assets --slug "${INPUTS_SLUG}"
211211

212212
- name: Upload staged artifacts
213-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
213+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
214214
with:
215215
name: release-dist-android
216216
path: dist/**
@@ -295,7 +295,7 @@ jobs:
295295
run: stage-release-assets --slug "${INPUTS_SLUG}"
296296

297297
- name: Upload staged artifacts
298-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
298+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
299299
with:
300300
name: release-dist-ios
301301
path: dist/**
@@ -318,14 +318,14 @@ jobs:
318318
persist-credentials: false
319319

320320
- name: Download staged Android artifacts
321-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
321+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
322322
with:
323323
name: release-dist-android
324324
path: dist
325325

326326
- name: Download staged iOS artifacts
327327
if: ${{ inputs.build_ios_ipa }}
328-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
328+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
329329
with:
330330
name: release-dist-ios
331331
path: dist

.github/workflows/draft-release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: sudo apt-get install -y musl-tools
8787

8888
- name: Install stable Rust toolchain
89-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
89+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
9090
with:
9191
toolchain: stable
9292
targets: ${{ matrix.target }}

.github/workflows/preload-caches-rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Install stable Rust toolchain
33-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
33+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
3434
with:
3535
toolchain: stable
3636

@@ -63,12 +63,12 @@ jobs:
6363
run: awk -F '"' '/rust-version/{ print "version=" $2 }' Cargo.toml >> "$GITHUB_OUTPUT"
6464

6565
- name: Install ${{ steps.msrv.outputs.version }} Rust toolchain
66-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
66+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
6767
with:
6868
toolchain: ${{ steps.msrv.outputs.version }}
6969

7070
- name: Install nightly Rust toolchain
71-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
71+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
7272
with:
7373
toolchain: nightly
7474

.github/workflows/publish-crate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Install stable Rust toolchain
28-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
28+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
2929
with:
3030
toolchain: stable
3131

.github/workflows/tag-untagged-releases-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git config user.email "senile-errata@users.noreply.github.com"
4343
4444
- name: Install stable Rust toolchain
45-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
45+
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
4646
with:
4747
toolchain: stable
4848

0 commit comments

Comments
 (0)