Skip to content

Commit 53a04e3

Browse files
committed
ci: use .NET 6.0.428
1 parent 35b3847 commit 53a04e3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
$dotnet_runner = Join-Path -Path $dotnet_dir -ChildPath "dotnet";
6363
6464
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile $dotnet_install_file;
65-
& $dotnet_install_file -Architecture "${{ inputs.arch }}" -Version "6.0.427" -InstallDir $dotnet_dir;
65+
& $dotnet_install_file -Architecture "${{ inputs.arch }}" -Version "6.0.428" -InstallDir $dotnet_dir;
6666
6767
Add-Content "${{ github.env }}" "DOTNET_RUNNER=${dotnet_runner}";
6868

.github/workflows/lgi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
$dotnet_runner = Join-Path -Path $dotnet_dir -ChildPath "dotnet";
7878
7979
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile $dotnet_install_file;
80-
& $dotnet_install_file -Architecture "${{ env.ARCH }}" -Version "6.0.427" -InstallDir $dotnet_dir;
80+
& $dotnet_install_file -Architecture "${{ env.ARCH }}" -Version "6.0.428" -InstallDir $dotnet_dir;
8181
8282
& $dotnet_runner `
8383
restore LuaInstaller\LuaInstaller.sln;

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
$dotnet_runner = Join-Path -Path $dotnet_dir -ChildPath "dotnet";
7373
7474
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile $dotnet_install_file;
75-
& $dotnet_install_file -Architecture "${{ matrix.arch }}" -Version "6.0.427" -InstallDir $dotnet_dir;
75+
& $dotnet_install_file -Architecture "${{ matrix.arch }}" -Version "6.0.428" -InstallDir $dotnet_dir;
7676
7777
Add-Content "${{ github.env }}" "DOTNET_RUNNER=${dotnet_runner}";
7878

0 commit comments

Comments
 (0)