aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-windows.yml
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-02-25 22:26:22 +0000
committerGravatar Sadie Powell2024-02-25 22:26:22 +0000
commit8bfb92a86e16a3155964404cd8d331b3b60b336d (patch)
treec324e2f3780c513a34c2ee20ddb79254162ee4bb /.github/workflows/ci-windows.yml
parentRework SQL::PopulateUserInfo. (diff)
parentFix erroneously sending RPL_CHANNELSMSG when a whois chanlist is blocked. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to '.github/workflows/ci-windows.yml')
-rw-r--r--.github/workflows/ci-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 15ca8b73f..66d861c62 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup MSBuild
- uses: microsoft/setup-msbuild@v1.3.1
+ uses: microsoft/setup-msbuild@v2.0.0
with:
msbuild-architecture: x64