From 149662adf00d7508ed7d7afc69b44d1e558cfbe8 Mon Sep 17 00:00:00 2001 From: MarvinHo64 Date: Mon, 19 Jun 2023 15:09:31 +0200 Subject: [PATCH] updated setup-dotnet to v3 in publish_release_builds.yaml --- .github/workflows/publish_release_builds.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_release_builds.yaml b/.github/workflows/publish_release_builds.yaml index 0db18c490..8e6f218ac 100644 --- a/.github/workflows/publish_release_builds.yaml +++ b/.github/workflows/publish_release_builds.yaml @@ -45,7 +45,7 @@ jobs: with: submodules: 'true' - name: Setup Dotnet for use with actions - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.304' @@ -101,7 +101,7 @@ jobs: submodules: 'true' # install dependencies, build, and test - name: Setup Dotnet for use with actions - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.304' @@ -171,7 +171,7 @@ jobs: with: submodules: 'true' - name: Setup Dotnet for use with actions - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.304'