From 09d5929e7871024726238e56ee4eeb0cdb0b82ef Mon Sep 17 00:00:00 2001 From: Leon Timmermans Date: Tue, 13 Aug 2024 18:20:38 +0200 Subject: [PATCH] Revert "Upgrade to github-ci checkout v4" This reverts commit 87049910b87dbf2ff94411235d283e4ed264de19. --- .github/workflows/smoke-ubuntu-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke-ubuntu-linux.yml b/.github/workflows/smoke-ubuntu-linux.yml index 719a98fc..7b64cdef 100644 --- a/.github/workflows/smoke-ubuntu-linux.yml +++ b/.github/workflows/smoke-ubuntu-linux.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 - name: perl -V run: perl -V - name: Makefile.PL @@ -62,7 +62,7 @@ jobs: image: perl:${{ matrix.perl-version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 - name: perl -V run: perl -V - name: Makefile.PL