Skip to content

Commit

Permalink
chore: bump shogo82148/actions-setup-perl from 1.21.3 to 1.22.0 (#38)
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.3 to 1.22.0.
- [Release notes](https://github.com/shogo82148/actions-setup-perl/releases)
- [Commits](shogo82148/actions-setup-perl@a671139...04a9a39)

---
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 Jul 9, 2023
1 parent 6e2b62c commit 87a2c9e
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@a67113985e0d5fab15c98bd0875f6218759be902 # v1.21.3
uses: shogo82148/actions-setup-perl@04a9a397f834661fa6faf5aa6d16d14536249d2a # v1.22.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@a67113985e0d5fab15c98bd0875f6218759be902 # v1.21.3
uses: shogo82148/actions-setup-perl@04a9a397f834661fa6faf5aa6d16d14536249d2a # v1.22.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@a67113985e0d5fab15c98bd0875f6218759be902 # v1.21.3
uses: shogo82148/actions-setup-perl@04a9a397f834661fa6faf5aa6d16d14536249d2a # v1.22.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@a67113985e0d5fab15c98bd0875f6218759be902 # v1.21.3
uses: shogo82148/actions-setup-perl@04a9a397f834661fa6faf5aa6d16d14536249d2a # v1.22.0
with:
perl-version: ${{ needs.test-output-method-setup-highest-only-patch-only.outputs.highest-version }}

Expand Down

0 comments on commit 87a2c9e

Please sign in to comment.