Skip to content

Commit

Permalink
Update GitHub checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Aug 28, 2023
1 parent 42a7df1 commit 810ba9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
container:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: env | sort
- run: perl -V
- run: cpanm -n --installdeps .
Expand Down

0 comments on commit 810ba9c

Please sign in to comment.