diff --git a/.github/workflows/fhem_test.yml b/.github/workflows/fhem_test.yml index 63a20a2..187fbb1 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@v5 - - uses: shogo82148/actions-setup-perl@v1.35.0 + - uses: shogo82148/actions-setup-perl@v1.36.0 with: perl-version: ${{ matrix.perl }} install-modules-with: cpanm diff --git a/.github/workflows/perlCritic.yml b/.github/workflows/perlCritic.yml index 56e6436..9fccf05 100644 --- a/.github/workflows/perlCritic.yml +++ b/.github/workflows/perlCritic.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v5 - - uses: shogo82148/actions-setup-perl@v1.35.0 + - uses: shogo82148/actions-setup-perl@v1.36.0 with: perl-version: 5.32 install-modules-with: cpanm