diff --git a/.github/workflows/build-reuse-win.yml b/.github/workflows/build-reuse-win.yml index b45b691110..f9dbc28489 100644 --- a/.github/workflows/build-reuse-win.yml +++ b/.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@f551dafcc94572adc179bbddbb409b3ada8f8ff5 + uses: shogo82148/actions-setup-perl@e3dd115f105caac95c627185a85a6dd1235e4f92 with: perl-version: '5.34' - name: Install NASM diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 6ff737e81f..5c53bee902 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -31,7 +31,7 @@ jobs: shell: pwsh - name: Install Perl if: runner.os == 'Windows' - uses: shogo82148/actions-setup-perl@f551dafcc94572adc179bbddbb409b3ada8f8ff5 + uses: shogo82148/actions-setup-perl@e3dd115f105caac95c627185a85a6dd1235e4f92 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 5fc3249476..21e5c0e83f 100644 --- a/.github/workflows/test-down-level.yml +++ b/.github/workflows/test-down-level.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Install Perl if: runner.os == 'Windows' - uses: shogo82148/actions-setup-perl@f551dafcc94572adc179bbddbb409b3ada8f8ff5 + uses: shogo82148/actions-setup-perl@e3dd115f105caac95c627185a85a6dd1235e4f92 with: perl-version: '5.34' - name: Install NASM