2626 name: M2 Coding Standard
2727 runs-on: ubuntu-latest
2828 steps:
29- - uses: actions/checkout@v4
29+ - uses: actions/checkout@v6
3030 - uses: extdn/github-actions-m2/magento-coding-standard@master
3131```
3232
7070 ES_JAVA_OPTS: "-Xms64m -Xmx512m"
7171 options: --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
7272 steps:
73- - uses: actions/checkout@v4
73+ - uses: actions/checkout@v6
7474 - name: M2 Integration Tests with Magento 2 (Php7.4)
7575 uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
7676 with:
@@ -151,7 +151,7 @@ jobs:
151151 name: M2 Mess Detector
152152 runs-on: ubuntu-latest
153153 steps:
154- - uses: actions/checkout@v4
154+ - uses: actions/checkout@v6
155155 - uses: extdn/github-actions-m2/magento-mess-detector@master
156156```
157157
@@ -177,7 +177,7 @@ jobs:
177177 name: M2 Copy Paste Detector
178178 runs-on: ubuntu-latest
179179 steps:
180- - uses: actions/checkout@v4
180+ - uses: actions/checkout@v6
181181 - uses: extdn/github-actions-m2/magento-copy-paste-detector@master
182182```
183183
@@ -206,7 +206,7 @@ jobs:
206206 name: M2 PHPStan
207207 runs-on: ubuntu-latest
208208 steps:
209- - uses: actions/checkout@v4
209+ - uses: actions/checkout@v6
210210 - uses: extdn/github-actions-m2/magento-phpstan/8.1@master
211211 with:
212212 composer_name: foo/magento2-foobar
@@ -237,7 +237,7 @@ jobs:
237237 EXTENSION_PACKAGE_NAME: "foo/magento2-foobar"
238238
239239 steps:
240- - uses: actions/checkout@v4
240+ - uses: actions/checkout@v6
241241 name: Checkout files
242242 with:
243243 path: extension
@@ -248,7 +248,7 @@ jobs:
248248 working-directory: ./extension
249249
250250 - name: Cache dependencies
251- uses: actions/cache@v1
251+ uses: actions/cache@v5
252252 with:
253253 path: ${{ steps.composer-cache.outputs.dir }}
254254 key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments