diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-19 09:33:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-19 09:33:51 +0200 |
| commit | 167be08c4be309b46a783f7b7172421437fafc6a (patch) | |
| tree | ac6f3b28f1e80c0d75b5b18ef2f8ff1a62d65fcb /.github/workflows/spellcheck.yml | |
| parent | 2b91a9e2977055aa8b212092a66f01864f2b5720 (diff) | |
| download | monitoring-plugins-167be08c4be309b46a783f7b7172421437fafc6a.tar.gz | |
build(deps): bump actions/checkout from 6 to 7 (#2285)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/spellcheck.yml')
| -rw-r--r-- | .github/workflows/spellcheck.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index f19cc920..7027e436 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@v6 | 21 | uses: actions/checkout@v7 |
| 22 | - name: Codespell | 22 | - name: Codespell |
| 23 | uses: codespell-project/actions-codespell@v2 | 23 | uses: codespell-project/actions-codespell@v2 |
| 24 | with: | 24 | with: |
