From 7fb0ce6489c981a68906caef55465f9c99b24875 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 22 Feb 2021 15:03:58 +0100 Subject: [PATCH] GitHub Actions: Upgrade checkout (#654) https://github.com/actions/checkout/blob/main/CHANGELOG.md --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1202697..ee6ae0ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: toolchain: stable