diff options
| author | waja <waja@users.noreply.github.com> | 2025-08-12 14:17:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-12 14:17:26 +0200 |
| commit | 5c81b8e2ab3df0b8c56bf5ab5b30b15a816a1112 (patch) | |
| tree | 624398eb46de1e6773337314b38bfa04cef77966 /.github/workflows/test-next.yml | |
| parent | 723e0d3466d85a6ed9811d0661db289e7d9406d9 (diff) | |
| parent | fc0f176f0deb4f473553ae71eac8ee33654d62e7 (diff) | |
| download | monitoring-plugins-5c81b8e2ab3df0b8c56bf5ab5b30b15a816a1112.tar.gz | |
Merge pull request #2142 from monitoring-plugins/dependabot-github_actions-actions-checkout-5
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 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 }} |
