From dc259c8d9c7e9136c09cb85cefd343f55f1b7a39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 01:43:39 +0000 Subject: [PATCH] Update shogo82148/actions-setup-perl action to v1.43.1 --- .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 665eb67..11f30dd 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.42.0 + - uses: shogo82148/actions-setup-perl@v1.43.1 with: perl-version: ${{ matrix.perl }} install-modules-with: cpanm diff --git a/.github/workflows/perlCritic.yml b/.github/workflows/perlCritic.yml index 37e7e5c..5f80404 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.42.0 + - uses: shogo82148/actions-setup-perl@v1.43.1 with: perl-version: 5.32 install-modules-with: cpanm