Skip to content

Commit 84a0f37

Browse files
authored
Merge pull request #1367 from RFD-FHEM/dependabot/github_actions/shogo82148/actions-setup-perl-1.39.0
chore(deps): bump shogo82148/actions-setup-perl from 1.38.1 to 1.39.0
2 parents 11b3bcd + 081605c commit 84a0f37

2 files changed

Lines changed: 3 additions & 3 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.38.1
15+
- uses: shogo82148/actions-setup-perl@v1.39.0
1616
with:
1717
perl-version: 5.32
1818
install-modules-with: cpanm

.github/workflows/prove.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v6
22-
- uses: shogo82148/actions-setup-perl@v1.38.1
22+
- uses: shogo82148/actions-setup-perl@v1.39.0
2323
with:
2424
perl-version: ${{ matrix.perl }}
2525
install-modules-with: cpanm
@@ -70,7 +70,7 @@ jobs:
7070
name: FHEM ${{ matrix.perl }} / ${{ matrix.testdir }}
7171
steps:
7272
- uses: actions/checkout@v6
73-
- uses: shogo82148/actions-setup-perl@v1.38.1
73+
- uses: shogo82148/actions-setup-perl@v1.39.0
7474
with:
7575
perl-version: ${{ matrix.perl }}
7676
install-modules-with: cpanm

0 commit comments

Comments
 (0)