1616 outputs :
1717 version : ${{ steps.supported-versions-matrix.outputs.version }}
1818 steps :
19- - uses : actions/checkout@v1
19+ - uses : actions/checkout@v2
2020 - id : supported-versions-matrix
2121 uses : WyriHaximus/github-action-composer-php-versions-in-range@v1
2222 supported-checks-matrix :
2828 outputs :
2929 check : ${{ steps.supported-checks-matrix.outputs.check }}
3030 steps :
31- - uses : actions/checkout@v1
31+ - uses : actions/checkout@v2
3232 - id : supported-checks-matrix
3333 name : Generate check
3434 run : |
4848 container :
4949 image : ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
5050 steps :
51- - uses : actions/checkout@v1
51+ - uses : actions/checkout@v2
5252 - name : Cache composer packages
5353 uses : actions/cache@v1
5454 with :
8181 container :
8282 image : ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
8383 steps :
84- - uses : actions/checkout@v1
84+ - uses : actions/checkout@v2
8585 - name : Cache composer packages
8686 uses : actions/cache@v1
8787 with :
@@ -118,7 +118,7 @@ jobs:
118118 - supported-versions-matrix
119119 runs-on : ${{ matrix.os }}
120120 steps :
121- - uses : actions/checkout@v1
121+ - uses : actions/checkout@v2
122122 - name : Setup PHP, extensions and composer with shivammathur/setup-php
123123 uses : shivammathur/setup-php@v2
124124 with :
@@ -151,7 +151,7 @@ jobs:
151151 name : Lint YAML
152152 runs-on : ubuntu-latest
153153 steps :
154- - uses : actions/checkout@v1
154+ - uses : actions/checkout@v2
155155 - name : yaml-lint
156156 uses : ibiqlik/action-yamllint@v3
157157 with :
@@ -167,7 +167,7 @@ jobs:
167167 name : Lint JSON
168168 runs-on : ubuntu-latest
169169 steps :
170- - uses : actions/checkout@v1
170+ - uses : actions/checkout@v2
171171 - name : json-syntax-check
172172 uses : limitusus/json-syntax-check@v1
173173 with :
0 commit comments