diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 17518c7..fb54079 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: image: perldocker/perl-tester:${{ matrix.perl-version }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: perl -V run: perl -V - uses: perl-actions/install-with-cpm@v1.9