Skip to content

Commit

Permalink
Bump perl-actions/install-with-cpm from 1.7 to 1.9
Browse files Browse the repository at this point in the history
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](perl-actions/install-with-cpm@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and oalders committed Apr 29, 2024
1 parent fe8975c commit 8bd55ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8bd55ca

Please sign in to comment.