Skip to content

Commit 462081a

Browse files
committed
Update actions
1 parent c32eb2f commit 462081a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222

2323
runs-on: ${{ matrix.platform }}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: setup node
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: 16
3030
- name: install pnpm
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
with:
5555
submodules: true
56-
- name: Install stable
56+
- name: Install Rust stable toolchain
5757
uses: dtolnay/rust-toolchain@stable
5858
with:
5959
components: rustfmt

0 commit comments

Comments
 (0)