diff --git a/.github/workflows/l10n-packaging.yml b/.github/workflows/l10n-packaging.yml index 8559fecbe..93940f2ed 100644 --- a/.github/workflows/l10n-packaging.yml +++ b/.github/workflows/l10n-packaging.yml @@ -6,7 +6,7 @@ on: tags: [ v* ] workflow_dispatch: -concurrency: +concurrency: group: ${{ github.workflow }}-package-l10ns cancel-in-progress: true @@ -25,9 +25,7 @@ jobs: # Install the .NET Core workload - name: Install .NET Core - uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 - with: - dotnet-version: 5.0.x + uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe (Windows OS) diff --git a/.github/workflows/l10n-source.yml b/.github/workflows/l10n-source.yml index f72b07512..146e69a00 100644 --- a/.github/workflows/l10n-source.yml +++ b/.github/workflows/l10n-source.yml @@ -6,7 +6,7 @@ on: branches: [master] workflow_dispatch: -concurrency: +concurrency: group: ${{ github.workflow }}-update-l10n cancel-in-progress: true @@ -23,11 +23,9 @@ jobs: with: fetch-depth: 0 - # Install the .NET Core workload + # Install the .NET Core workload - name: Install .NET Core - uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 - with: - dotnet-version: 5.0.x + uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe (Windows OS)