Skip to content

Commit 4a6b35b

Browse files
authored
fix: Update actions and VM
1 parent af19ec3 commit 4a6b35b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/openactive-test-suite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ jobs:
182182
needs:
183183
- test-server
184184
- test-fake-database
185-
# runs on an Windows 2019 virtual machine, not an Ubuntu machine
186-
runs-on: windows-2019
185+
# runs on a Windows virtual machine, not an Ubuntu virtual machine (latest is used to force failure if dependencies become outdated)
186+
runs-on: windows-latest
187187

188188
strategy:
189189
fail-fast: false
@@ -213,9 +213,9 @@ jobs:
213213
# Building and deploying Framework is done using `msbuild` as opposed to `dotnet build`/`dotnet run`. It is started
214214
# using IIS Express
215215
- name: Setup MSBuild path
216-
uses: microsoft/setup-msbuild@v1.0.2
216+
uses: microsoft/setup-msbuild@v2
217217
- name: Setup NuGet
218-
uses: NuGet/setup-nuget@v1.0.5
218+
uses: NuGet/setup-nuget@v2
219219
- name: Install OpenActive.Server.NET dependencies
220220
run: nuget restore .\server\
221221
- name: Build .NET Framework Reference Implementation

0 commit comments

Comments
 (0)