diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-11-22 13:24:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 13:24:26 +0100 |
| commit | 983519d07d5ddf3e0cb99282fda6583bba2a6e96 (patch) | |
| tree | 7491df1aaeeb68e76cd10d8ab682179b436f8051 /.github/workflows/test-next.yml | |
| parent | 8c2fe21c3a3a392b084fd5a67bc5f250c2a9ec34 (diff) | |
| parent | f807e653474b29a2032ef205c96b024b73407ef7 (diff) | |
| download | monitoring-plugins-983519d07d5ddf3e0cb99282fda6583bba2a6e96.tar.gz | |
Merge pull request #2179 from monitoring-plugins/dependabot-github_actions-actions-checkout-6
build(deps): bump actions/checkout from 5 to 6
Diffstat (limited to '.github/workflows/test-next.yml')
| -rw-r--r-- | .github/workflows/test-next.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml index 0e69c251..a7e9b9d6 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@v5 | 33 | uses: actions/checkout@v6 |
| 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@v5 | 71 | uses: actions/checkout@v6 |
| 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 }} |
