summaryrefslogtreecommitdiffstats
path: root/.github/workflows/spellcheck.yml
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-11-22 13:24:26 +0100
committerGitHub <noreply@github.com>2025-11-22 13:24:26 +0100
commit983519d07d5ddf3e0cb99282fda6583bba2a6e96 (patch)
tree7491df1aaeeb68e76cd10d8ab682179b436f8051 /.github/workflows/spellcheck.yml
parent8c2fe21c3a3a392b084fd5a67bc5f250c2a9ec34 (diff)
parentf807e653474b29a2032ef205c96b024b73407ef7 (diff)
downloadmonitoring-plugins-983519d07d5ddf3e0cb99282fda6583bba2a6e96.tar.gz
Merge pull request #2179 from monitoring-plugins/dependabot-github_actions-actions-checkout-6
build(deps): bump actions/checkout from 5 to 6
Diffstat (limited to '.github/workflows/spellcheck.yml')
-rw-r--r--.github/workflows/spellcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index 14b82781..f19cc920 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -18,7 +18,7 @@ jobs:
18 runs-on: ubuntu-latest 18 runs-on: ubuntu-latest
19 steps: 19 steps:
20 - name: Checkout 20 - name: Checkout
21 uses: actions/checkout@v5 21 uses: actions/checkout@v6
22 - name: Codespell 22 - name: Codespell
23 uses: codespell-project/actions-codespell@v2 23 uses: codespell-project/actions-codespell@v2
24 with: 24 with: