From 38cc7ee4785c8c0dd6d1bc75237b5c32aaaf53a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:50:50 +0000 Subject: [PATCH] Update shogo82148/actions-setup-perl action to v1.42.0 --- .github/workflows/fhem_test.yml | 2 +- .github/workflows/perlCritic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fhem_test.yml b/.github/workflows/fhem_test.yml index 46a8277..42afe05 100644 --- a/.github/workflows/fhem_test.yml +++ b/.github/workflows/fhem_test.yml @@ -62,7 +62,7 @@ jobs: name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - uses: actions/checkout@v7 - - uses: shogo82148/actions-setup-perl@v1.41.1 + - uses: shogo82148/actions-setup-perl@v1.42.0 with: perl-version: ${{ matrix.perl }} install-modules-with: cpanm diff --git a/.github/workflows/perlCritic.yml b/.github/workflows/perlCritic.yml index 569bd38..37e7e5c 100644 --- a/.github/workflows/perlCritic.yml +++ b/.github/workflows/perlCritic.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v7 - - uses: shogo82148/actions-setup-perl@v1.41.1 + - uses: shogo82148/actions-setup-perl@v1.42.0 with: perl-version: 5.32 install-modules-with: cpanm