Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
container:
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Allow for file ownership conflicts with Docker and GitHub Actions
run: git config --global --add safe.directory '*'
- name: Run Tests with coverage
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set Up Perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set Up Perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
Loading