diff --git a/.github/workflows/build-reuse-win.yml b/.github/workflows/build-reuse-win.yml index 17da376c16..8d366a4cf2 100644 --- a/.github/workflows/build-reuse-win.yml +++ b/.github/workflows/build-reuse-win.yml @@ -83,7 +83,7 @@ jobs: repository: ${{ inputs.repo}} ref: ${{ inputs.ref }} - name: Install Perl - uses: shogo82148/actions-setup-perl@f9f0bf89e0d19ddbabb2f40d43db2e944bce7d2f + uses: shogo82148/actions-setup-perl@fa3bdcb0144a50651e317f30949bb4491e74a6e4 with: perl-version: '5.34' - name: Install NASM diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index b454759e0e..59675d4e9f 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -40,7 +40,7 @@ jobs: shell: pwsh - name: Install Perl if: runner.os == 'Windows' - uses: shogo82148/actions-setup-perl@f9f0bf89e0d19ddbabb2f40d43db2e944bce7d2f + uses: shogo82148/actions-setup-perl@fa3bdcb0144a50651e317f30949bb4491e74a6e4 with: perl-version: '5.34' - name: Install NASM diff --git a/.github/workflows/test-down-level.yml b/.github/workflows/test-down-level.yml index b72b5d6a67..c00cba701b 100644 --- a/.github/workflows/test-down-level.yml +++ b/.github/workflows/test-down-level.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Install Perl if: runner.os == 'Windows' - uses: shogo82148/actions-setup-perl@f9f0bf89e0d19ddbabb2f40d43db2e944bce7d2f + uses: shogo82148/actions-setup-perl@fa3bdcb0144a50651e317f30949bb4491e74a6e4 with: perl-version: '5.34' - name: Install NASM