Skip to content

Commit

Permalink
require actions/checkout@v4 to avoid some deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Mar 25, 2024
1 parent 0d8560b commit a6d6913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Toolchain
run: cpanm -q -n --no-man-pages App::cpm
- name: Install Test2::Harness
Expand Down

0 comments on commit a6d6913

Please sign in to comment.