From b7482f87d962a5f64a169dc065d42aaaa2815842 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 7 Mar 2023 11:21:34 +0100 Subject: [PATCH] Update action versions in GH workflows. --- .github/workflows/format-check.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index ef5c11208..7dac272f7 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -33,8 +33,7 @@ jobs: - name: Install dotnet uses: actions/setup-dotnet@v3 with: - dotnet-version: "6.0.x" - include-prerelease: true + dotnet-version: "6.0.x" - run: dotnet tool install -g dotnet-format - name: Install Node and dependenceis @@ -44,7 +43,7 @@ jobs: - run: npm install -g typescript typescript-formatter - name: Install JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: 'zulu' java-version: "16"