Bump shogo82148/actions-setup-perl from 1.24.3 to 1.25.0 (#3979)

Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.24.3 to 1.25.0.
- [Release notes](https://github.com/shogo82148/actions-setup-perl/releases)
- [Commits](f83288c4ca...16c2635046)

---
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-12-02 12:06:43 -05:00 коммит произвёл GitHub
Родитель 6e12c1c9c1
Коммит 61c920354e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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@f83288c4caf8fec7aed4a51ebd00e51d5fd004b1
uses: shogo82148/actions-setup-perl@16c2635046967c17c139af8e8da7dd64bedf00df
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@f83288c4caf8fec7aed4a51ebd00e51d5fd004b1
uses: shogo82148/actions-setup-perl@16c2635046967c17c139af8e8da7dd64bedf00df
with:
perl-version: '5.34'
- name: Install NASM