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:
Manfred 2022-10-31 08:30:31 +01:00 committed by GitHub
commit e72aa3501c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ jobs:
name: Perl ${{ matrix.perl }} on ${{ matrix.os }} name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1.17.0 - uses: shogo82148/actions-setup-perl@v1.18.0
with: with:
perl-version: ${{ matrix.perl }} perl-version: ${{ matrix.perl }}
install-modules-with: cpanm install-modules-with: cpanm

View File

@ -12,7 +12,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1.17.0 - uses: shogo82148/actions-setup-perl@v1.18.0
with: with:
perl-version: 5.32 perl-version: 5.32
install-modules-with: cpanm install-modules-with: cpanm