1515 outputs :
1616 package-name : ${{ steps.package-name.outputs.package-name }}
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - id : package-name
2020 run : |
2121 printf "::set-output name=package-name::[\"%s\"]" $(docker run --rm -v "`pwd`:`pwd`" jess/jq jq -r -c '.name' "${GITHUB_WORKSPACE}/composer.json")
2929 version : ${{ steps.supported-versions-matrix.outputs.version }}
3030 upcoming : ${{ steps.supported-versions-matrix.outputs.upcoming }}
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - id : supported-versions-matrix
3434 uses : WyriHaximus/github-action-composer-php-versions-in-range@v1
3535 with :
4242 outputs :
4343 check : ${{ steps.supported-checks-matrix.outputs.check }}
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v4
4646 - id : supported-checks-matrix
4747 name : Generate check
4848 run : |
6464 container :
6565 image : ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 with :
6969 path : checked_out_package
7070 - name : Set Up composer.json
9191 container :
9292 image : ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
9393 steps :
94- - uses : actions/checkout@v3
94+ - uses : actions/checkout@v4
9595 - uses : ramsey/composer-install@v2
9696 with :
9797 dependency-versions : ${{ matrix.composer }}
@@ -123,7 +123,7 @@ jobs:
123123 - supported-versions-matrix
124124 runs-on : ${{ matrix.os }}
125125 steps :
126- - uses : actions/checkout@v3
126+ - uses : actions/checkout@v4
127127 - uses : shivammathur/setup-php@v2
128128 with :
129129 php-version : ${{ matrix.php }}
@@ -146,7 +146,7 @@ jobs:
146146 name : Lint YAML
147147 runs-on : ubuntu-latest
148148 steps :
149- - uses : actions/checkout@v3
149+ - uses : actions/checkout@v4
150150 - name : yaml-lint
151151 uses : ibiqlik/action-yamllint@v3
152152 with :
@@ -162,7 +162,7 @@ jobs:
162162 name : Lint JSON
163163 runs-on : ubuntu-latest
164164 steps :
165- - uses : actions/checkout@v3
165+ - uses : actions/checkout@v4
166166 - name : json-syntax-check
167167 uses : limitusus/json-syntax-check@v2
168168 with :
0 commit comments