summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBram <perl-rt@wizbit.be>2022-09-16 20:18:58 +0200
committerTony Cook <tony@develop-help.com>2022-10-24 15:24:56 +1100
commite273bbe51f27f2f17d5f3a979b5a580854ccf97a (patch)
tree472a1e69d7e46c8140f60ef0e8fd1e40391b4d7e /.github/workflows
parent144dfbc7545720fb0e6e8364370a991bdf8acf76 (diff)
downloadperl-e273bbe51f27f2f17d5f3a979b5a580854ccf97a.tar.gz
CI/dist-modules: Use `actions/checkout@v2`
The test/checkout does work with `actions/checkout@v2` so use it instead of 'checkout@v1'. (v2 is faster because it does a shallow clone and doesn't fetch the tags.) (My *assumption* on why `checkout@v1` was used: `checkout@v2` does not work when a 32-bit container is used on a 64-bit host. In these tests it uses a 64-bit container and that does work.)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/testsuite.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index f57f6a3aa0..70fca71530 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -801,7 +801,7 @@ jobs:
image: perldocker/perl-tester:${{ matrix.perl-version }}
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: perl -V
run: perl -V
- name: Build and test dist modules