From 046a4048b28919a248ce63f4252b20e6e92152a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:04:57 +0000 Subject: [PATCH] Bump perl-actions/install-with-cpm from 1 to 2 Bumps [perl-actions/install-with-cpm](https://github.com/perl-actions/install-with-cpm) from 1 to 2. - [Release notes](https://github.com/perl-actions/install-with-cpm/releases) - [Commits](https://github.com/perl-actions/install-with-cpm/compare/v1...v2) --- updated-dependencies: - dependency-name: perl-actions/install-with-cpm dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dzil-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dzil-build-and-test.yml b/.github/workflows/dzil-build-and-test.yml index 32b1384..c2e5c97 100644 --- a/.github/workflows/dzil-build-and-test.yml +++ b/.github/workflows/dzil-build-and-test.yml @@ -106,7 +106,7 @@ jobs: name: build_dir path: . - name: install deps using cpm - uses: perl-actions/install-with-cpm@v1 + uses: perl-actions/install-with-cpm@v2 with: cpanfile: "cpanfile" args: "--with-suggests --with-recommends --with-test"