diff --git a/.github/workflows/fhem_test.yml b/.github/workflows/fhem_test.yml index 3c4db0b..5e7816e 100644 --- a/.github/workflows/fhem_test.yml +++ b/.github/workflows/fhem_test.yml @@ -55,7 +55,7 @@ jobs: name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: shogo82148/actions-setup-perl@v1.24.2 + - uses: shogo82148/actions-setup-perl@v1.24.3 with: perl-version: ${{ matrix.perl }} install-modules-with: cpanm diff --git a/.github/workflows/perlCritic.yml b/.github/workflows/perlCritic.yml index a7794cd..ea6b6f0 100644 --- a/.github/workflows/perlCritic.yml +++ b/.github/workflows/perlCritic.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - uses: shogo82148/actions-setup-perl@v1.24.2 + - uses: shogo82148/actions-setup-perl@v1.24.3 with: perl-version: 5.32 install-modules-with: cpanm