Update actions-perl-setup and checkout in ci workflow
Change-Id: I813370c5085594967a7dcb51ebfb7ea545d504e9
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index bb6b650..6084aca 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -14,9 +14,9 @@
perl: [ '5.32', '5.30', '5.20' ]
name: Perl ${{ matrix.perl }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup Perl environment
- uses: shogo82148/actions-setup-perl@v1.10.0
+ uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- run: perl -V