diff --git a/.github/workflows/linux-32.yml b/.github/workflows/linux-32.yml index b3af5b6..5ba7299 100644 --- a/.github/workflows/linux-32.yml +++ b/.github/workflows/linux-32.yml @@ -19,7 +19,7 @@ jobs: apt install -y build-essential curl curl -L https://install.perlbrew.pl | bash bash -c " source ~/perl5/perlbrew/etc/bashrc; perlbrew install --notest perl-5.32.0 " - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: run tests env: PERL_USE_UNSAFE_INC: 0