Skip to content

Commit e1eb2b3

Browse files
authored
Merge pull request #1251 from actix/dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.15.3
chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1.15.2 to 1.15.3
2 parents 8e97255 + 0c1f2ad commit e1eb2b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818

1919
- name: Install Rust (${{ matrix.version }})
20-
uses: actions-rust-lang/[email protected].2
20+
uses: actions-rust-lang/[email protected].3
2121
with:
2222
toolchain: ${{ matrix.version }}
2323

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v6
2323

2424
- name: Install Rust (${{ matrix.version }})
25-
uses: actions-rust-lang/[email protected].2
25+
uses: actions-rust-lang/[email protected].3
2626
with:
2727
toolchain: ${{ matrix.version }}
2828

.github/workflows/clippy-fmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414

1515
- name: Install Rust
16-
uses: actions-rust-lang/[email protected].2
16+
uses: actions-rust-lang/[email protected].3
1717
with:
1818
toolchain: stable
1919
components: rustfmt
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v6
3434

3535
- name: Install Rust
36-
uses: actions-rust-lang/[email protected].2
36+
uses: actions-rust-lang/[email protected].3
3737
with:
3838
toolchain: stable
3939
components: clippy

0 commit comments

Comments
 (0)