aboutsummaryrefslogtreecommitdiff
path: root/.github
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
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')
-rw-r--r--.github/workflows/ci-windows.yml2
-rw-r--r--.github/workflows/misspell-fixer.yml2
2 files changed, 2 insertions, 2 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
diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml
index 7fbb4aafc..61f659d08 100644
--- a/.github/workflows/misspell-fixer.yml
+++ b/.github/workflows/misspell-fixer.yml
@@ -31,7 +31,7 @@ jobs:
- uses: sobolevn/misspell-fixer-action@master
with:
options: '-rvnfuRVD .'
- - uses: peter-evans/create-pull-request@v5
+ - uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ env.REF_BRANCH }}+fix-spellings-${{ env.DATE }}