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](35426a57f1...90aae5bc69)

---
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>
This commit is contained in:
dependabot[bot] 2023-09-25 12:34:18 +00:00 коммит произвёл GitHub
Родитель 284738a861
Коммит b72650e803
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

2
.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

2
.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