From 31de28eacea76b4fba5d4082efa5049a9956f2f9 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 7 Dec 2020 16:55:12 +0000 Subject: [PATCH] pin version of actions-setup-perl to avoid bugs in 1.9 --- .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 ad9a033..8c7cb79 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 + - uses: shogo82148/actions-setup-perl@v1.8.3 - 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 + uses: shogo82148/actions-setup-perl@v1.8.3 with: perl-version: ${{ matrix.perl }}