From dba135225413780ab8b9bff970d76d3df63cda61 Mon Sep 17 00:00:00 2001 From: Thomas Ardal Date: Mon, 6 Dec 2021 13:44:20 +0100 Subject: [PATCH] Moved checkout above setup step to align with the other samples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e16187..64e3891 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Multiple versions: ```yml steps: -- name: Setup dotnet - uses: actions/checkout@v2 +- name: Setup dotnet - uses: actions/setup-dotnet@v1 with: dotnet-version: |