Bump shogo82148/actions-setup-perl from 1.17.0 to 1.18.0
Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/shogo82148/actions-setup-perl/releases) - [Commits](https://github.com/shogo82148/actions-setup-perl/compare/v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-perl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f67917fc44
commit
b7eff744bf
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