Bump shogo82148/actions-setup-perl from 1.20.1 to 1.20.2 (#3520)

Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.20.1 to 1.20.2.
- [Release notes](https://github.com/shogo82148/actions-setup-perl/releases)
- [Commits](e0737ade83...795ea77474)

---
updated-dependencies:
- dependency-name: shogo82148/actions-setup-perl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-03-20 17:18:59 -04:00 коммит произвёл GitHub
Родитель 6f3e9e3733
Коммит c743a89d83
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 4 добавлений и 4 удалений

2
.github/workflows/build.yml поставляемый
Просмотреть файл

@ -194,7 +194,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Perl
uses: shogo82148/actions-setup-perl@e0737ade83f9863f9f5c00d8470b6d7bec207fee
uses: shogo82148/actions-setup-perl@795ea77474d1f81da5b0a04028a5b94d4118a9c2
with:
perl-version: '5.34'
- name: Install NASM

2
.github/workflows/bvt.yml поставляемый
Просмотреть файл

@ -96,7 +96,7 @@ jobs:
fetch-depth: 0
- name: Install Perl
if: runner.os == 'Windows'
uses: shogo82148/actions-setup-perl@e0737ade83f9863f9f5c00d8470b6d7bec207fee
uses: shogo82148/actions-setup-perl@795ea77474d1f81da5b0a04028a5b94d4118a9c2
with:
perl-version: '5.34'
- name: Install NASM

2
.github/workflows/cargo.yml поставляемый
Просмотреть файл

@ -45,7 +45,7 @@ jobs:
shell: pwsh
- name: Install Perl
if: runner.os == 'Windows'
uses: shogo82148/actions-setup-perl@e0737ade83f9863f9f5c00d8470b6d7bec207fee
uses: shogo82148/actions-setup-perl@795ea77474d1f81da5b0a04028a5b94d4118a9c2
with:
perl-version: '5.34'
- name: Install NASM

2
.github/workflows/stress.yml поставляемый
Просмотреть файл

@ -78,7 +78,7 @@ jobs:
fetch-depth: 0
- name: Install Perl
if: runner.os == 'Windows'
uses: shogo82148/actions-setup-perl@e0737ade83f9863f9f5c00d8470b6d7bec207fee
uses: shogo82148/actions-setup-perl@795ea77474d1f81da5b0a04028a5b94d4118a9c2
with:
perl-version: '5.34'
- name: Install NASM