diff --git a/.github/workflows/fhem_test.yml b/.github/workflows/fhem_test.yml index fecb8cb..81d0434 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.31.1 + - uses: shogo82148/actions-setup-perl@v1.31.3 with: perl-version: ${{ matrix.perl }} install-modules-with: cpanm diff --git a/.github/workflows/perlCritic.yml b/.github/workflows/perlCritic.yml index a0a9a35..f443cb4 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.31.1 + - uses: shogo82148/actions-setup-perl@v1.31.3 with: perl-version: 5.32 install-modules-with: cpanm