summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorLorenz <12514511+RincewindsHat@users.noreply.github.com>2022-11-06 22:12:41 (GMT)
committerGitHub <noreply@github.com>2022-11-06 22:12:41 (GMT)
commitf7f7309b99f9f0eb4176a4c7cb8e5991d23b5b74 (patch)
tree2b10d3ad04854b2feb513215861b1c5feb2b67d6 /.github/workflows/test.yml
parentedc84e5d669089fa3f047dc52740679e7cb58fc1 (diff)
downloadmonitoring-plugins-f7f7309b99f9f0eb4176a4c7cb8e5991d23b5b74.tar.gz
Update GitHub runner (#1810)
* Update action/checkout to v3 * Format debian prepare script
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0f93930..d2785a4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24 #... 24 #...
25 steps: 25 steps:
26 - name: Git clone repository 26 - name: Git clone repository
27 uses: actions/checkout@v2 27 uses: actions/checkout@v3
28 #- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate 28 #- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
29 # uses: mxschmitt/action-tmate@v3 29 # uses: mxschmitt/action-tmate@v3
30 - name: Run the tests on ${{ matrix.distro }} 30 - name: Run the tests on ${{ matrix.distro }}