Merge pull request #1 from Man-fred/dependabot/github_actions/shogo82148/actions-setup-perl-1.18.0
Bump shogo82148/actions-setup-perl from 1.17.0 to 1.18.0
This commit is contained in:
commit
e72aa3501c
2
.github/workflows/fhem_test.yml
vendored
2
.github/workflows/fhem_test.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: shogo82148/actions-setup-perl@v1.17.0
|
||||
- uses: shogo82148/actions-setup-perl@v1.18.0
|
||||
with:
|
||||
perl-version: ${{ matrix.perl }}
|
||||
install-modules-with: cpanm
|
||||
|
2
.github/workflows/perlCritic.yml
vendored
2
.github/workflows/perlCritic.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- uses: shogo82148/actions-setup-perl@v1.17.0
|
||||
- uses: shogo82148/actions-setup-perl@v1.18.0
|
||||
with:
|
||||
perl-version: 5.32
|
||||
install-modules-with: cpanm
|
||||
|
Loading…
Reference in New Issue
Block a user