From 47fb9d8bf4468b25750c95ae9928e854fe3bdf47 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 24 Apr 2022 18:31:38 -0700 Subject: [PATCH] Update CI to actions/checkout@v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b42e00..74cc5ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: rust: [nightly, beta, stable] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ./ name: Run dtolnay/rust-toolchain@${{matrix.rust}} id: toolchain