diff --git a/.github/workflows/build-reuse-win.yml b/.github/workflows/build-reuse-win.yml index cfca5d190..49ffd4f57 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@35426a57f184a35daee329bb17ae49332ff8a422 + uses: shogo82148/actions-setup-perl@90aae5bc694fba230daa9573de620d6fe9198181 with: perl-version: '5.34' - name: Install NASM diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index ecd8dc081..2b66c1de3 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@35426a57f184a35daee329bb17ae49332ff8a422 + uses: shogo82148/actions-setup-perl@90aae5bc694fba230daa9573de620d6fe9198181 with: perl-version: '5.34' - name: Install NASM