diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e1f142f..a944f25 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: # - https://gh.io/supported-runners-and-hardware-resources # - https://gh.io/using-larger-runners (GitHub.com only) # Consider using larger runners or machines with greater resources for possible analysis time improvements. - runs-on: windows-2019 + runs-on: windows-latest timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} permissions: # required for all workflows diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3ee48a..522f74f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: build: needs: [update_release_draft] - runs-on: windows-2019 + runs-on: windows-latest permissions: checks: write diff --git a/PowerShellActions/PowerShellActions.csproj b/PowerShellActions/PowerShellActions.csproj index 53fe69c..8be44f8 100644 --- a/PowerShellActions/PowerShellActions.csproj +++ b/PowerShellActions/PowerShellActions.csproj @@ -10,7 +10,7 @@ Properties PowerShellActions PowerShellActions - v4.5 + v4.5.2 512 $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.CA.targets diff --git a/PowerShellWixExtension/PowerShellWixExtension.csproj b/PowerShellWixExtension/PowerShellWixExtension.csproj index b6f4de4..66be074 100644 --- a/PowerShellWixExtension/PowerShellWixExtension.csproj +++ b/PowerShellWixExtension/PowerShellWixExtension.csproj @@ -9,7 +9,7 @@ Properties PowerShellWixExtension PowerShellWixExtension - v4.5 + v4.5.2 512