From 997d02632c3ebfecfe55f193d9a8d2cd325f8b70 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 30 Sep 2022 09:15:56 +0100 Subject: [PATCH] Use floating tag Use the floating tag for `actions/setup-dotnet`. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8798fc6a..af51a2e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v3 - name: Setup .NET SDK - uses: actions/setup-dotnet@v3.0.0 + uses: actions/setup-dotnet@v3 - name: Build, Test and Package shell: pwsh