From 2d5939a8009f4e9b6c7a3f1e68c3e63173dbdd5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 08:33:32 +0000 Subject: [PATCH] Bump perl-actions/install-with-cpm from 1.4 to 1.9 Bumps [perl-actions/install-with-cpm](https://github.com/perl-actions/install-with-cpm) from 1.4 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.4...v1.9) --- updated-dependencies: - dependency-name: perl-actions/install-with-cpm dependency-version: '1.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index cc51824..3d26104 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -74,7 +74,7 @@ jobs: path: . - name: Install deps if: success() - uses: perl-actions/install-with-cpm@v1.4 + uses: perl-actions/install-with-cpm@v1.9 with: cpanfile: "cpanfile" args: "--with-recommends --with-suggests --with-test" @@ -113,7 +113,7 @@ jobs: path: . - run: perl -V - name: install deps using cpm - uses: perl-actions/install-with-cpm@v1.4 + uses: perl-actions/install-with-cpm@v1.9 with: cpanfile: "cpanfile" args: "--with-recommends --with-suggests --with-test" @@ -154,7 +154,7 @@ jobs: name: build_dir path: . - name: install deps using cpanm - uses: perl-actions/install-with-cpm@v1.4 + uses: perl-actions/install-with-cpm@v1.9 with: cpanfile: "cpanfile" sudo: false