summaryrefslogtreecommitdiffstats
path: root/.github/workflows/spellcheck.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-21 04:07:31 +0000
committerGitHub <noreply@github.com>2025-11-21 04:07:31 +0000
commitf807e653474b29a2032ef205c96b024b73407ef7 (patch)
tree7491df1aaeeb68e76cd10d8ab682179b436f8051 /.github/workflows/spellcheck.yml
parent8c2fe21c3a3a392b084fd5a67bc5f250c2a9ec34 (diff)
downloadmonitoring-plugins-f807e653474b29a2032ef205c96b024b73407ef7.tar.gz
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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: