diff --git a/.github/workflows/admin-release.yml b/.github/workflows/admin-release.yml index 25e5953..fcbb5b8 100644 --- a/.github/workflows/admin-release.yml +++ b/.github/workflows/admin-release.yml @@ -30,7 +30,7 @@ jobs: echo ::set-output name=version::${VERSION} echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ') - name: Install .NET 6.0.x - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: '6.0.x' include-prerelease: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 347e4db..d0dcf05 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: cache-dependency-path: | src/${{ env.PROJECT }}/Web/package.json - name: Install .NET 6.0.x - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: '6.0.x' include-prerelease: true