Skip to content

Commit

Permalink
chore: bump shogo82148/actions-setup-perl from 1.25.0 to 1.26.0 (#87)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 21, 2023
1 parent 607ca1d commit 80df880
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-action-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
version-matrix: ${{fromJson(needs.test-output-method-setup.outputs.version-matrix)}}
steps:
- name: Setup Perl ${{ matrix.version-matrix }}
uses: shogo82148/actions-setup-perl@16c2635046967c17c139af8e8da7dd64bedf00df # v1.25.0
uses: shogo82148/actions-setup-perl@b85abdedef080b3995bd109b3bd6bc99abbeb080 # v1.26.0
with:
perl-version: ${{ matrix.version-matrix }}

Expand All @@ -63,7 +63,7 @@ jobs:
version-matrix: ${{fromJson(needs.test-output-method-setup-eol.outputs.version-matrix)}}
steps:
- name: Setup Perl ${{ matrix.version-matrix }}
uses: shogo82148/actions-setup-perl@16c2635046967c17c139af8e8da7dd64bedf00df # v1.25.0
uses: shogo82148/actions-setup-perl@b85abdedef080b3995bd109b3bd6bc99abbeb080 # v1.26.0
with:
perl-version: ${{ matrix.version-matrix }}

Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Perl ${{ needs.test-output-method-setup-highest-only.outputs.highest-version }}
uses: shogo82148/actions-setup-perl@16c2635046967c17c139af8e8da7dd64bedf00df # v1.25.0
uses: shogo82148/actions-setup-perl@b85abdedef080b3995bd109b3bd6bc99abbeb080 # v1.26.0
with:
perl-version: ${{ needs.test-output-method-setup-highest-only.outputs.highest-version }}

Expand All @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Perl ${{ needs.test-output-method-setup-highest-only-patch-only.outputs.highest-version }}
uses: shogo82148/actions-setup-perl@16c2635046967c17c139af8e8da7dd64bedf00df # v1.25.0
uses: shogo82148/actions-setup-perl@b85abdedef080b3995bd109b3bd6bc99abbeb080 # v1.26.0
with:
perl-version: ${{ needs.test-output-method-setup-highest-only-patch-only.outputs.highest-version }}

Expand Down

0 comments on commit 80df880

Please sign in to comment.