ci: update actions/checkout action to v3 (#4646)

This commit is contained in:
Taiki Endo
2022-05-04 15:54:16 +02:00
committed by GitHub
parent c14566e9df
commit 2a305d2423
5 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- loom_pool::group_d
- time::driver
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Rust ${{ env.rust_stable }}
uses: actions-rs/toolchain@v1
with: