Skip to content

Commit 30792c7

Browse files
dependabot[bot]oalders
authored andcommitted
Bump perl-actions/install-with-cpm from 1.3 to 1.7
Bumps [perl-actions/install-with-cpm](https://github.com/perl-actions/install-with-cpm) from 1.3 to 1.7. - [Release notes](https://github.com/perl-actions/install-with-cpm/releases) - [Commits](perl-actions/install-with-cpm@v1.3...v1.7) --- 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]>
1 parent f109afe commit 30792c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
name: build_dir
137137
path: .
138138
- name: install deps using cpm
139-
uses: perl-actions/install-with-cpm@v1.3
139+
uses: perl-actions/install-with-cpm@v1.7
140140
with:
141141
cpanfile: "cpanfile"
142142
args: "--with-suggests --with-test"
@@ -173,7 +173,7 @@ jobs:
173173
name: build_dir
174174
path: .
175175
- name: install deps using cpm
176-
uses: perl-actions/install-with-cpm@v1.3
176+
uses: perl-actions/install-with-cpm@v1.7
177177
with:
178178
cpanfile: "cpanfile"
179179
args: "--with-suggests --with-test --with-develop"

0 commit comments

Comments
 (0)