summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorwaja <waja@users.noreply.github.com>2025-08-12 14:17:26 +0200
committerGitHub <noreply@github.com>2025-08-12 14:17:26 +0200
commit5c81b8e2ab3df0b8c56bf5ab5b30b15a816a1112 (patch)
tree624398eb46de1e6773337314b38bfa04cef77966 /.github/workflows/test.yml
parent723e0d3466d85a6ed9811d0661db289e7d9406d9 (diff)
parentfc0f176f0deb4f473553ae71eac8ee33654d62e7 (diff)
downloadmonitoring-plugins-5c81b8e2ab3df0b8c56bf5ab5b30b15a816a1112.tar.gz
Merge pull request #2142 from monitoring-plugins/dependabot-github_actions-actions-checkout-5
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
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 }}