From b72650e803e93a4a171806a25a4c68f93da10976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:34:18 +0000 Subject: [PATCH] Bump shogo82148/actions-setup-perl from 1.23.1 to 1.24.1 (#3870) Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.23.1 to 1.24.1. - [Release notes](https://github.com/shogo82148/actions-setup-perl/releases) - [Commits](https://github.com/shogo82148/actions-setup-perl/compare/35426a57f184a35daee329bb17ae49332ff8a422...90aae5bc694fba230daa9573de620d6fe9198181) --- 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 cfca5d190..49ffd4f57 100644 --- a/.github/workflows/build-reuse-win.yml +++ b/.github/workflows/build-reuse-win.yml @@ -74,7 +74,7 @@ jobs: repository: microsoft/msquic ref: ${{ inputs.ref }} - name: Install Perl - uses: shogo82148/actions-setup-perl@35426a57f184a35daee329bb17ae49332ff8a422 + uses: shogo82148/actions-setup-perl@90aae5bc694fba230daa9573de620d6fe9198181 with: perl-version: '5.34' - name: Install NASM diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index ecd8dc081..2b66c1de3 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@35426a57f184a35daee329bb17ae49332ff8a422 + uses: shogo82148/actions-setup-perl@90aae5bc694fba230daa9573de620d6fe9198181 with: perl-version: '5.34' - name: Install NASM