Skip to content

Commit

Permalink
chore: bump shogo82148/actions-setup-perl from 1.21.0 to 1.21.3 (#37)
Browse files Browse the repository at this point in the history
Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.21.0 to 1.21.3.
- [Release notes](https://github.com/shogo82148/actions-setup-perl/releases)
- [Commits](shogo82148/actions-setup-perl@b9fdc28...a671139)

---
updated-dependencies:
- dependency-name: shogo82148/actions-setup-perl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 2, 2023
1 parent cf7e585 commit 6e2b62c
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@b9fdc2813ba5e0239dd7bce477e5f37e86d145cc # v1.21.0
uses: shogo82148/actions-setup-perl@a67113985e0d5fab15c98bd0875f6218759be902 # v1.21.3
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@b9fdc2813ba5e0239dd7bce477e5f37e86d145cc # v1.21.0
uses: shogo82148/actions-setup-perl@a67113985e0d5fab15c98bd0875f6218759be902 # v1.21.3
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@b9fdc2813ba5e0239dd7bce477e5f37e86d145cc # v1.21.0
uses: shogo82148/actions-setup-perl@a67113985e0d5fab15c98bd0875f6218759be902 # v1.21.3
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@b9fdc2813ba5e0239dd7bce477e5f37e86d145cc # v1.21.0
uses: shogo82148/actions-setup-perl@a67113985e0d5fab15c98bd0875f6218759be902 # v1.21.3
with:
perl-version: ${{ needs.test-output-method-setup-highest-only-patch-only.outputs.highest-version }}

Expand Down

0 comments on commit 6e2b62c

Please sign in to comment.