From 613d5f08fffc07861ddc65e9eb6302ccd10fc171 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Mon, 8 Jan 2024 10:37:02 -0500 Subject: [PATCH] update checkout action version --- .github/workflows/parallel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index 677fdb8..adae935 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -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