Skip to content

Commit

Permalink
Bump checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 2, 2023
1 parent 1672c49 commit 9513af8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
container:
image: perldocker/perl-tester:5.32
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- name: Set Up Perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

0 comments on commit 9513af8

Please sign in to comment.