aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-10-10 15:03:21 +0100
committerGravatar Sadie Powell2024-10-10 15:03:21 +0100
commitca6ccac8b0eb3ccb6d7eb77aad6fb40065515308 (patch)
tree791381c5bdaa2b7d3cb657b6bf5ffc1fe2dc18e8 /.github/workflows
parentSilently do nothing if a module zaps all of the tags on a TAGMSG. (diff)
parentWhen a server stops being ulined remove its users from the uline list. (diff)
Merge branch 'insp3' into insp4.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/misspell-fixer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml
index 61f659d08..daca2637e 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@v6
+ - uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ env.REF_BRANCH }}+fix-spellings-${{ env.DATE }}