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](a67113985e...04a9a397f8)

---
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-07-08 13:55:12 -04:00 коммит произвёл GitHub
Родитель 7bf4a8b207
Коммит 42cf90e375
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

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