From ee30102c61a0be1c017e85d94d7cb330e8a0066e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:44:42 +0000 Subject: [PATCH] build(deps): 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/testsuite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 3c2ebf6..368162f 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -32,7 +32,7 @@ jobs: - run: openssl version - run: perl -V - name: uses install-with-cpm - uses: perl-actions/install-with-cpm@v1 + uses: perl-actions/install-with-cpm@v2 with: cpanfile: "cpanfile" - name: Makefile.PL @@ -57,7 +57,7 @@ jobs: apt-get update apt-get install -y openssl perl make gcc libssl-dev sudo curl valgrind - name: uses install-with-cpm - uses: perl-actions/install-with-cpm@v1 + uses: perl-actions/install-with-cpm@v2 with: cpanfile: "cpanfile" - name: Build @@ -133,7 +133,7 @@ jobs: - run: openssl version - run: perl -V - name: uses install-with-cpm - uses: perl-actions/install-with-cpm@v1 + uses: perl-actions/install-with-cpm@v2 with: cpanfile: "cpanfile" - name: Makefile.PL