From c718d551d533a8f593ef456b7f813670f5ea53d8 Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Tue, 12 Apr 2022 09:13:39 -0400 Subject: [PATCH] update action versions in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdfc73439c..a8656e06b2 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ steps: global.json in a subdirectory: ```yml steps: -- uses: actions/checkout@v2 -- uses: actions/setup-dotnet@v1 +- uses: actions/checkout@v3 +- uses: actions/setup-dotnet@v2 with: global-json-file: csharp/global.json - run: dotnet build