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 diff --git a/.github/workflows/prove.yml b/.github/workflows/prove.yml index f8e2944..40bf9a1 100644 --- a/.github/workflows/prove.yml +++ b/.github/workflows/prove.yml @@ -24,7 +24,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