Skip to content

Commit

Permalink
Bump actions/checkout s/v2/v4/
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed Jan 2, 2024
1 parent 9f01eb9 commit 60f6827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blead.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
name: Blead
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Blead test
run: |
\curl -L https://install.perlbrew.pl | bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl-version }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Regular tests
run: |
cpanm --installdeps --notest .
Expand All @@ -57,7 +57,7 @@ jobs:
image: perldocker/perl-tester:${{ matrix.perl-version }} # https://hub.docker.com/r/perldocker/perl-tester
name: Author ${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Prove with author tests
run: |
cpanm --installdeps .
Expand Down

0 comments on commit 60f6827

Please sign in to comment.