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

GitHub git at monitoring-plugins.org
Tue Aug 12 13:30:12 CEST 2025


    Module: monitoring-plugins
    Branch: dependabot-github_actions-actions-checkout-5
    Commit: fc0f176f0deb4f473553ae71eac8ee33654d62e7
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
 Committer: GitHub <noreply at github.com>
      Date: Tue Aug 12 11:29:24 2025 +0000
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=fc0f176f

build(deps): bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  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 e748d2eb..57487eed 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 v4
+        uses: actions/checkout at v5
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index c8714e64..14b82781 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 v4
+        uses: actions/checkout at v5
       - 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 7ca255c9..0e69c251 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 v4
+        uses: actions/checkout at v5
       - 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 v4
+        uses: actions/checkout at v5
       - 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 f9919b2d..1ac8aaf3 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 v4
+        uses: actions/checkout at v5
       - 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 v4
+        uses: actions/checkout at v5
       - 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