Skip to content

Commit

Permalink
bump actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Feb 8, 2024
1 parent 44214fa commit c90699d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Basic:

```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.38"
Expand All @@ -29,7 +29,7 @@ Install CPAN Modules from cpanfile and cache them:
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.38"
Expand All @@ -50,7 +50,7 @@ jobs:
perl: ["5.38", "5.36", "5.34"]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand All @@ -67,7 +67,7 @@ If you want to use [Strawberry Perl](http://strawberryperl.com/) on Windows, add

```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.32"
Expand Down

0 comments on commit c90699d

Please sign in to comment.