diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-12 11:29:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-12 11:29:24 +0000 |
commit | fc0f176f0deb4f473553ae71eac8ee33654d62e7 (patch) | |
tree | 624398eb46de1e6773337314b38bfa04cef77966 | |
parent | 723e0d3466d85a6ed9811d0661db289e7d9406d9 (diff) | |
download | monitoring-plugins-fc0f176f.tar.gz |
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@github.com>
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
-rw-r--r-- | .github/workflows/spellcheck.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test-next.yml | 4 | ||||
-rw-r--r-- | .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: | |||
41 | 41 | ||
42 | steps: | 42 | steps: |
43 | - name: Checkout repository | 43 | - name: Checkout repository |
44 | uses: actions/checkout@v4 | 44 | uses: actions/checkout@v5 |
45 | 45 | ||
46 | # Initializes the CodeQL tools for scanning. | 46 | # Initializes the CodeQL tools for scanning. |
47 | - name: Initialize CodeQL | 47 | - 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: | |||
18 | runs-on: ubuntu-latest | 18 | runs-on: ubuntu-latest |
19 | steps: | 19 | steps: |
20 | - name: Checkout | 20 | - name: Checkout |
21 | uses: actions/checkout@v4 | 21 | uses: actions/checkout@v5 |
22 | - name: Codespell | 22 | - name: Codespell |
23 | uses: codespell-project/actions-codespell@v2 | 23 | uses: codespell-project/actions-codespell@v2 |
24 | with: | 24 | 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: | |||
30 | prepare: .github/prepare_debian.sh | 30 | prepare: .github/prepare_debian.sh |
31 | steps: | 31 | steps: |
32 | - name: Git clone repository | 32 | - name: Git clone repository |
33 | uses: actions/checkout@v4 | 33 | uses: actions/checkout@v5 |
34 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 34 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
35 | uses: mxschmitt/action-tmate@v3 | 35 | uses: mxschmitt/action-tmate@v3 |
36 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 36 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
@@ -68,7 +68,7 @@ jobs: | |||
68 | - {"distro": "fedora:rawhide", "build": ".github/mock.sh"} | 68 | - {"distro": "fedora:rawhide", "build": ".github/mock.sh"} |
69 | steps: | 69 | steps: |
70 | - name: Git clone repository | 70 | - name: Git clone repository |
71 | uses: actions/checkout@v4 | 71 | uses: actions/checkout@v5 |
72 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 72 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
73 | uses: mxschmitt/action-tmate@v3 | 73 | uses: mxschmitt/action-tmate@v3 |
74 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 74 | 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: | |||
28 | prepare: .github/prepare_debian.sh | 28 | prepare: .github/prepare_debian.sh |
29 | steps: | 29 | steps: |
30 | - name: Git clone repository | 30 | - name: Git clone repository |
31 | uses: actions/checkout@v4 | 31 | uses: actions/checkout@v5 |
32 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 32 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
33 | uses: mxschmitt/action-tmate@v3 | 33 | uses: mxschmitt/action-tmate@v3 |
34 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 34 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
@@ -69,7 +69,7 @@ jobs: | |||
69 | # - {"distro": "oraclelinux:9", "build": ".github/mock.sh"} | 69 | # - {"distro": "oraclelinux:9", "build": ".github/mock.sh"} |
70 | steps: | 70 | steps: |
71 | - name: Git clone repository | 71 | - name: Git clone repository |
72 | uses: actions/checkout@v4 | 72 | uses: actions/checkout@v5 |
73 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 73 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
74 | uses: mxschmitt/action-tmate@v3 | 74 | uses: mxschmitt/action-tmate@v3 |
75 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 75 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |