Skip to content

Commit bfda04f

Browse files
authored
Merge pull request #116 from fhem/dependabot/github_actions/shogo82148/actions-setup-perl-1.38.1
Bump shogo82148/actions-setup-perl from 1.37.1 to 1.38.1
2 parents 9cc39bb + f5e4d47 commit bfda04f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/perlcritic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v6
15-
- uses: shogo82148/actions-setup-perl@v1.37.1
15+
- uses: shogo82148/actions-setup-perl@v1.38.1
1616
with:
1717
perl-version: 5.32
1818
install-modules-with: cpanm

.github/workflows/prove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v6
27-
- uses: shogo82148/actions-setup-perl@v1.37.1
27+
- uses: shogo82148/actions-setup-perl@v1.38.1
2828
with:
2929
perl-version: ${{ matrix.perl }}
3030
install-modules-with: cpanm

0 commit comments

Comments
 (0)