Skip to content

Commit 4ab78b5

Browse files
Merge pull request #45 from JohnTitor/cleanup-gha
Eliminate GHA warnings
2 parents da131b1 + 524b9b6 commit 4ab78b5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout the source code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 1
1818

1919
- name: Install Rust
20-
uses: actions-rs/toolchain@v1
21-
with:
22-
toolchain: stable
23-
override: true
20+
run: |
21+
rustup update stable
22+
rustup override set stable
2423
2524
- name: Build static website
2625
run: cargo run --release

0 commit comments

Comments
 (0)