diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index 677fdb8..adae935 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -21,7 +21,7 @@ jobs: container: image: perl:${{ matrix.perl-version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Platform check run: uname -a - name: Perl version check