CI: update GitHub Actions to avoid deprecation warnings

This commit is contained in:
link2xt
2022-12-03 13:51:57 +00:00
parent 030241d1c3
commit 20e63659a1
9 changed files with 25 additions and 25 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- name: Build the documentation with cargo
run: |