From 20210c588041beab457a947e3ec35c8c5fa2390a Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Mon, 1 Mar 2021 20:21:36 +0100 Subject: [PATCH] Update ci.yml --- .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 baf8f417e..b1847657f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: name: ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819 - name: Setup dotnet (main) uses: actions/setup-dotnet@v1