From b38187993c7e37a50df426872c83a0ffffbad14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:11:38 +0000 Subject: [PATCH] Bump perl-actions/install-with-cpm from 1.7 to 1.9 Bumps [perl-actions/install-with-cpm](https://github.com/perl-actions/install-with-cpm) from 1.7 to 1.9. - [Release notes](https://github.com/perl-actions/install-with-cpm/releases) - [Commits](https://github.com/perl-actions/install-with-cpm/compare/v1.7...v1.9) --- updated-dependencies: - dependency-name: perl-actions/install-with-cpm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 830dded3..ff12ceab 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -134,7 +134,7 @@ jobs: name: build_dir path: . - name: install deps using cpm - uses: perl-actions/install-with-cpm@v1.7 + uses: perl-actions/install-with-cpm@v1.9 with: cpanfile: "cpanfile" args: "--with-suggests --with-test" @@ -171,7 +171,7 @@ jobs: name: build_dir path: . - name: install deps using cpm - uses: perl-actions/install-with-cpm@v1.7 + uses: perl-actions/install-with-cpm@v1.9 with: cpanfile: "cpanfile" args: "--with-suggests --with-test --with-develop"