1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-22 01:21:10 +00:00

ci: pin msrv lookup job

This commit is contained in:
Rob Ede 2024-06-07 14:51:05 +01:00
parent 4493aa35d0
commit 5221c1b194
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -18,7 +18,7 @@ concurrency:
jobs:
read_msrv:
name: Read MSRV
uses: actions-rust-lang/msrv/.github/workflows/msrv.yml@main
uses: actions-rust-lang/msrv/.github/workflows/msrv.yml@v0.1.0
build_and_test:
needs: read_msrv