Skip to content

Commit b3fae7c

Browse files
committed
update git actions to newer versions
1 parent 0e1d588 commit b3fae7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
- name: Install latest rust toolchain
18-
uses: actions-rs/toolchain@v1
18+
- uses: actions-rust-lang/setup-rust-toolchain@v1
1919
with:
2020
toolchain: stable
21-
default: true
22-
override: true
2321

2422
- name: Test
2523
run: cargo clippy -- -Dwarnings && cargo test
@@ -52,7 +50,7 @@ jobs:
5250
path: target
5351

5452
- name: Deploy to GitHub Pages
55-
uses: JamesIves/github-pages-deploy-action@4.1.1
53+
uses: JamesIves/github-pages-deploy-action@v4
5654
with:
5755
branch: gh-pages
5856
folder: 'target/doc'

0 commit comments

Comments
 (0)