Bump actions/checkout from 2 to 3 (#305)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 00:58:12 -08:00 committed by GitHub
parent 14a7cf8dac
commit c75bbbe5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: cargo login ${CRATES_IO_TOKEN}
env: