diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ae21c1..07203ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: image: perl:${{ matrix.perl-version }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: perl -V run: perl -V - name: Install dependencies