From 948400f2e13729b93c29ace3289a9a379b4c1683 Mon Sep 17 00:00:00 2001 From: Murarth Date: Wed, 15 Apr 2020 11:59:11 -0700 Subject: [PATCH] Update to actions/checkout@v2 --- .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 712d7df..4f78013 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: hecrj/setup-rust-action@v1 - name: Build