From 42cf90e3756ce8ad78a2aa0bb6cc035123315b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 13:55:12 -0400 Subject: [PATCH] Bump shogo82148/actions-setup-perl from 1.21.3 to 1.22.0 (#3746) 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](https://github.com/shogo82148/actions-setup-perl/compare/a67113985e0d5fab15c98bd0875f6218759be902...04a9a397f834661fa6faf5aa6d16d14536249d2a) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-perl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-reuse-win.yml | 2 +- .github/workflows/cargo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-reuse-win.yml b/.github/workflows/build-reuse-win.yml index 3ca67c54b..0b41f3027 100644 --- a/.github/workflows/build-reuse-win.yml +++ b/.github/workflows/build-reuse-win.yml @@ -74,7 +74,7 @@ jobs: with: fetch-depth: 0 - name: Install Perl - uses: shogo82148/actions-setup-perl@a67113985e0d5fab15c98bd0875f6218759be902 + uses: shogo82148/actions-setup-perl@04a9a397f834661fa6faf5aa6d16d14536249d2a with: perl-version: '5.34' - name: Install NASM diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 0f681683b..18bb0c3c3 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -31,7 +31,7 @@ jobs: shell: pwsh - name: Install Perl if: runner.os == 'Windows' - uses: shogo82148/actions-setup-perl@a67113985e0d5fab15c98bd0875f6218759be902 + uses: shogo82148/actions-setup-perl@04a9a397f834661fa6faf5aa6d16d14536249d2a with: perl-version: '5.34' - name: Install NASM