diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 508f1544..ea6c7fd3 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -18,7 +18,7 @@ jobs: container: image: perldocker/perl-tester:5.36 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run Tests env: AUTHOR_TESTING: 1 @@ -37,7 +37,7 @@ jobs: container: image: perldocker/perl-tester:5.36 steps: - - uses: actions/checkout@v5 # codecov wants to be inside a Git repository + - uses: actions/checkout@v6 # codecov wants to be inside a Git repository - uses: actions/download-artifact@v6 with: name: build_dir @@ -52,7 +52,7 @@ jobs: container: image: perldocker/perl-tester:5.42 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Install deps and test @@ -120,7 +120,7 @@ jobs: - name: pin Test::Deep to 1.130 on Perl < 5.12 if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }} run: cpanm --notest Test::Deep@1.130 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/download-artifact@v6 with: name: build_dir