Skip to content

Commit

Permalink
pin version of actions-setup-perl to avoid bugs in 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Dec 7, 2020
1 parent 970460e commit ecc8a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Expand Up @@ -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}
Expand All @@ -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 }}

Expand Down

0 comments on commit ecc8a18

Please sign in to comment.