From 2f95d31d17a5c63e3698130d971110e69d7e2663 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 8 Dec 2020 17:25:57 +0000 Subject: [PATCH] bug in actions-setup-perl has been fixed --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1f372c2..b8c1391 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -6,7 +6,7 @@ jobs: name: list available perl versions runs-on: 'ubuntu-latest' steps: - - uses: shogo82148/actions-setup-perl@v1.8.3 + - uses: shogo82148/actions-setup-perl@v1 - id: set-matrix name: list available perl versions shell: perl {0} @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v2 - name: switch to perl ${{ matrix.perl }} - uses: shogo82148/actions-setup-perl@v1.8.3 + uses: shogo82148/actions-setup-perl@v1 with: perl-version: ${{ matrix.perl }}