Skip to content

Commit

Permalink
update checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 8, 2024
1 parent cb970c8 commit 613d5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parallel.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
container:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Platform check
run: uname -a
- name: Perl version check
Expand Down

0 comments on commit 613d5f0

Please sign in to comment.