diff options
| author | Dennis <13968467+Decstasy@users.noreply.github.com> | 2025-11-25 15:02:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-25 15:02:52 +0100 |
| commit | cedfc166d42f4e89dddc1caa44e0655157d35a0a (patch) | |
| tree | ee980d8df72bc9611099f6a997274831098d4175 /.github/workflows/spellcheck.yml | |
| parent | 978343ed03d3327597fa3317901f1c1741a7e3c4 (diff) | |
| parent | 3657197cf77ca78f6e2d003a71d48dc5d4dc45ae (diff) | |
| download | monitoring-plugins-cedfc166.tar.gz | |
Merge branch 'master' into check_dig_flags_feature
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 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: |
