From a07524aaeaa41a897af5d952a00927cbd1050cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 20:43:45 +0200 Subject: [PATCH] Bump shogo82148/actions-setup-perl from 1.12.2 to 1.12.3 (#1012) Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/shogo82148/actions-setup-perl/releases) - [Commits](https://github.com/shogo82148/actions-setup-perl/compare/v1.12.2...v1.12.3) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-perl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sidey79 <7968127+sidey79@users.noreply.github.com> --- .github/workflows/prove.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prove.yml b/.github/workflows/prove.yml index 80943531c..67c1a8a53 100644 --- a/.github/workflows/prove.yml +++ b/.github/workflows/prove.yml @@ -11,7 +11,7 @@ jobs: name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2.3.4 - - uses: shogo82148/actions-setup-perl@v1.12.2 + - uses: shogo82148/actions-setup-perl@v1.12.3 with: perl-version: ${{ matrix.perl }} install-modules-with: cpanm