From 2c01cdae9c5ae7ed3f2c30efcd9d93bf3083c5a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:00:56 +0000 Subject: chore(deps): update actions/setup-dotnet action to v3 --- .github/workflows/back-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml index 80352279..fa934f44 100644 --- a/.github/workflows/back-ci.yaml +++ b/.github/workflows/back-ci.yaml @@ -34,7 +34,7 @@ jobs: nuget-${{ runner.os }}- - name: Use .Net Core 6.0.x - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: "6.0.x" -- cgit v1.2.3