Skip to content

Commit efe4057

Browse files
committed
Update workflows to use newer versions of their dependencies
1 parent a6b2c01 commit efe4057

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Set up Rust
20-
uses: actions-rs/toolchain@v1
20+
uses: dtolnay/rust-toolchain@nightly
2121
with:
2222
toolchain: nightly
2323

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Rust
16-
uses: actions-rs/toolchain@v1
16+
uses: dtolnay/rust-toolchain@nightly
1717
with:
1818
toolchain: nightly
1919

0 commit comments

Comments
 (0)