Skip to content

Commit

Permalink
Merge pull request #57 from choroba/v4
Browse files Browse the repository at this point in the history
Update year and checkout version for GitHub actions
  • Loading branch information
choroba authored Jan 2, 2024
2 parents 9f01eb9 + 31477a0 commit 617f778
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ L<http://search.cpan.org/dist/Syntax-Construct/>

=head2 LICENSE AND COPYRIGHT

Copyright (C) 2013 - 2023 E. Choroba
Copyright (C) 2013 - 2024 E. Choroba

This program is free software; you can redistribute it and/or modify it
under the terms of the the Artistic License (2.0). You may obtain a
Expand Down
2 changes: 1 addition & 1 deletion lib/Syntax/Construct.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ L<Perl::MinimumVersion>, L<Perl::MinimumVersion::Fast>
=head1 LICENSE AND COPYRIGHT
Copyright 2013 - 2023 E. Choroba.
Copyright 2013 - 2024 E. Choroba.
This program is free software; you can redistribute it and/or modify it
under the terms of the the Artistic License (2.0). You may obtain a
Expand Down

0 comments on commit 617f778

Please sign in to comment.