8686 env :
8787 GITHUB_CONTEXT : ${{ toJson(github) }}
8888 run : echo "$GITHUB_CONTEXT"
89- - uses : actions/checkout@v2
89+ - uses : actions/checkout@v3
9090 with :
9191 fetch-depth : 1000
9292 - name : git setup
@@ -184,7 +184,7 @@ jobs:
184184 run: |
185185 sudo apt-get update
186186 sudo apt-get install -y libgdbm-dev libdb-dev
187- - uses: actions/checkout@v2
187+ - uses: actions/checkout@v3
188188 with:
189189 fetch-depth: 0
190190 if: steps.ci_config.outputs.ci_skip_sanity != 'true'
@@ -266,7 +266,7 @@ jobs:
266266 run: |
267267 sudo apt-get update
268268 sudo apt-get install -y libgdbm-dev libdb-dev
269- - uses: actions/checkout@v2
269+ - uses: actions/checkout@v3
270270 - name: git cfg
271271 run: |
272272 git config diff.renameLimit 999999
@@ -318,7 +318,7 @@ jobs:
318318 run: |
319319 apt-get update
320320 apt-get install -y build-essential git-core libgdbm-dev libdb-dev
321- # actions/checkout@v2 doesn't work in a i386 container: the GitHub runner
321+ # actions/checkout@v3 doesn't work in a i386 container: the GitHub runner
322322 # uses `node` that is installed on the host inside the container. The host
323323 # is (likely) running x86_64 and using a binary build for x86_64 inside a
324324 # i386 container just doesn't work.
@@ -366,7 +366,7 @@ jobs:
366366 run: |
367367 sudo apt-get update
368368 sudo apt-get install -y libgdbm-dev libdb-dev
369- - uses: actions/checkout@v2
369+ - uses: actions/checkout@v3
370370 - name: git cfg
371371 run: |
372372 git config diff.renameLimit 999999
@@ -418,7 +418,7 @@ jobs:
418418 - "-Duseithreads -Duseshrplib"
419419
420420 steps:
421- - uses: actions/checkout@v2
421+ - uses: actions/checkout@v3
422422 - name: Configure
423423 run: |
424424 sh ./Configure -des -Dusedevel ${{ matrix.CONFIGURE_ARGS }}
@@ -447,7 +447,7 @@ jobs:
447447
448448 steps:
449449 - run: git config --global core.autocrlf false
450- - uses: actions/checkout@v2
450+ - uses: actions/checkout@v3
451451 #- name: Install clcache
452452 # shell: cmd
453453 # run: |
@@ -503,7 +503,7 @@ jobs:
503503
504504 steps:
505505 - run: git config --global core.autocrlf false
506- - uses: actions/checkout@v2
506+ - uses: actions/checkout@v3
507507 - name: Set up Perl build environment
508508 run: |
509509 # skip installing perl if it is already installed.
@@ -555,7 +555,7 @@ jobs:
555555 # we use Cygwin git, so no need to configure git here.
556556
557557 - name: Set up Cygwin
558- uses: cygwin/cygwin-install-action@v2
558+ uses: cygwin/cygwin-install-action@v3
559559 with:
560560 packages: >
561561 cygwin-devel gcc-core gcc-g++ make w32api-headers binutils libtool
@@ -648,7 +648,7 @@ jobs:
648648 run: |
649649 sudo apt-get update
650650 sudo apt-get install -y libgdbm-dev libdb-dev
651- - uses: actions/checkout@v2
651+ - uses: actions/checkout@v3
652652 - name: git cfg
653653 run: |
654654 git config diff.renameLimit 999999
@@ -699,7 +699,7 @@ jobs:
699699 run: |
700700 sudo apt-get update
701701 sudo apt-get install -y libgdbm-dev libdb-dev
702- - uses: actions/checkout@v2
702+ - uses: actions/checkout@v3
703703 - name: git cfg
704704 run: |
705705 git config diff.renameLimit 999999
@@ -747,7 +747,7 @@ jobs:
747747 run: |
748748 sudo apt-get update
749749 sudo apt-get install -y libgdbm-dev libdb-dev
750- - uses: actions/checkout@v2
750+ - uses: actions/checkout@v3
751751 - name: git cfg
752752 run: |
753753 git config diff.renameLimit 999999
@@ -801,7 +801,7 @@ jobs:
801801 image: perldocker/perl-tester:${{ matrix.perl-version }}
802802
803803 steps:
804- - uses: actions/checkout@v2
804+ - uses: actions/checkout@v3
805805 - name: perl -V
806806 run: perl -V
807807 - name: Build and test dist modules
@@ -826,7 +826,7 @@ jobs:
826826 fail-fast: false
827827
828828 steps:
829- - uses: actions/checkout@v2
829+ - uses: actions/checkout@v3
830830 - name: perl -V
831831 run: /usr/bin/perl -V
832832 - name: Build and test dist modules
0 commit comments