From 84fe664369d0c64643ddf947c02f6331263a09da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:25:24 +0000 Subject: [PATCH] Bump shogo82148/actions-setup-perl from 1.31.1 to 1.31.3 Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.31.1 to 1.31.3. - [Release notes](https://github.com/shogo82148/actions-setup-perl/releases) - [Commits](https://github.com/shogo82148/actions-setup-perl/compare/v1.31.1...v1.31.3) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-perl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 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