Skip to content

Commit

Permalink
Bump shogo82148/actions-setup-perl from 1.31.4 to 1.33.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: shogo82148/actions-setup-perl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent e338145 commit ea189c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Set up perl
uses: shogo82148/actions-setup-perl@98dfedee230bcf1ee68d5b021931fc8d63f2016e
uses: shogo82148/actions-setup-perl@49c14f24551d2de3bf56fb107a869c3760b1875e
with:
perl-version: ${{ matrix.perl }}
distribution: ${{ matrix.distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: bin/configlet sync || true

- name: Set up perl
uses: shogo82148/actions-setup-perl@98dfedee230bcf1ee68d5b021931fc8d63f2016e
uses: shogo82148/actions-setup-perl@49c14f24551d2de3bf56fb107a869c3760b1875e

- run: carton install
- run: cpm install App::Yath
Expand Down

0 comments on commit ea189c4

Please sign in to comment.