GitHub Actions: Upgrade checkout (#654)

https://github.com/actions/checkout/blob/main/CHANGELOG.md
This commit is contained in:
Christian Clauss
2021-02-22 15:03:58 +01:00
committed by GitHub
parent 6c61b6589e
commit 7fb0ce6489

View File

@@ -9,7 +9,7 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable