[monitoring-plugins] build(deps): bump actions/checkout from 6 to 7

GitHub git at monitoring-plugins.org
Fri Jun 19 06:10:12 CEST 2026


    Module: monitoring-plugins
    Branch: dependabot-github_actions-actions-checkout-7
    Commit: e0139e56ae945684c2d3986e308a1ef54f8ff6c4
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
 Committer: GitHub <noreply at github.com>
      Date: Fri Jun 19 04:03:28 2026 +0000
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e0139e56

build(deps): bump actions/checkout from 6 to 7

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 at github.com>

---

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/spellcheck.yml      | 2 +-
 .github/workflows/test-next.yml       | 4 ++--
 .github/workflows/test.yml            | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index bd1037f4..1e7ff45a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout at v6
+        uses: actions/checkout at v7
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
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:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout at v6
+        uses: actions/checkout at v7
       - name: Codespell
         uses: codespell-project/actions-codespell at v2
         with:
diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml
index a7e9b9d6..8516f34a 100644
--- a/.github/workflows/test-next.yml
+++ b/.github/workflows/test-next.yml
@@ -30,7 +30,7 @@ jobs:
             prepare: .github/prepare_debian.sh
     steps:
       - name: Git clone repository
-        uses: actions/checkout at v6
+        uses: actions/checkout at v7
       - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
         uses: mxschmitt/action-tmate at v3
         if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
@@ -68,7 +68,7 @@ jobs:
           - {"distro": "fedora:rawhide", "build": ".github/mock.sh"}
     steps:
       - name: Git clone repository
-        uses: actions/checkout at v6
+        uses: actions/checkout at v7
       - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
         uses: mxschmitt/action-tmate at v3
         if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5a0b2943..526b5c3a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
             prepare: .github/prepare_debian.sh
     steps:
       - name: Git clone repository
-        uses: actions/checkout at v6
+        uses: actions/checkout at v7
       - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
         uses: mxschmitt/action-tmate at v3
         if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
@@ -69,7 +69,7 @@ jobs:
 #          - {"distro": "oraclelinux:9", "build": ".github/mock.sh"}
     steps:
       - name: Git clone repository
-        uses: actions/checkout at v6
+        uses: actions/checkout at v7
       - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
         uses: mxschmitt/action-tmate at v3
         if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}



More information about the Commits mailing list