Skip to content

Commit 3b59378

Browse files
committed
Update GitHub Actions
1 parent a349137 commit 3b59378

16 files changed

Lines changed: 25 additions & 25 deletions

.github/workflows/coding-standard-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: "Checkout"
37-
uses: "actions/checkout@v4"
37+
uses: actions/checkout@v6
3838

3939
- name: "Build Docker image"
4040
run: "docker build --tag extdn/${{ matrix.actions-with-docker-image }}-action:${{ matrix.php-version }}-latest ${{ matrix.actions-with-docker-image }}/. -f ${{ matrix.actions-with-docker-image }}/Dockerfile:${{ matrix.php-version }}"

.github/workflows/integration-test-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: "Checkout"
37-
uses: "actions/checkout@v4"
37+
uses: actions/checkout@v6
3838

3939
- name: "Build Docker image"
4040
run: "docker build --tag extdn/${{ matrix.actions-with-docker-image }}-action:${{ matrix.php-version }}-latest ${{ matrix.actions-with-docker-image }}/. -f ${{ matrix.actions-with-docker-image }}/Dockerfile:${{ matrix.php-version }}"

.github/workflows/magento-copy-paste-detector-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ on:
1717
- completed
1818
branches:
1919
- master
20-
20+
2121
jobs:
2222
build:
2323
name: "Build and deploy"
2424

2525
runs-on: "ubuntu-latest"
2626

27-
strategy:
27+
strategy:
2828
matrix:
2929
actions-with-docker-image:
3030
- magento-copy-paste-detector
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Checkout"
36-
uses: "actions/checkout@v4"
36+
uses: actions/checkout@v6
3737

3838
- name: "Build Docker image"
3939
run: "docker build --tag extdn/${{ matrix.actions-with-docker-image }}-action:latest ${{ matrix.actions-with-docker-image }}/. -f ${{ matrix.actions-with-docker-image }}/Dockerfile"

.github/workflows/php-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: "Checkout"
37-
uses: "actions/checkout@v4"
37+
uses: actions/checkout@v6
3838

3939
- name: "Build Docker image"
4040
run: "docker build --tag extdn/${{ matrix.actions-with-docker-image }}-action:${{ matrix.php-version }}-latest ${{ matrix.actions-with-docker-image }}/. -f ${{ matrix.actions-with-docker-image }}/Dockerfile:${{ matrix.php-version }}"

.github/workflows/phpstan-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: "Checkout"
45-
uses: "actions/checkout@v4"
45+
uses: actions/checkout@v6
4646

4747
- name: "Build Docker image"
4848
run: "docker build --tag extdn/${{ matrix.actions-with-docker-image }}-action:${{ matrix.php-version }}-latest ${{ matrix.actions-with-docker-image }}/. -f ${{ matrix.actions-with-docker-image }}/Dockerfile:${{ matrix.php-version }}"

.github/workflows/unit-test-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: "Checkout"
37-
uses: "actions/checkout@v4"
37+
uses: actions/checkout@v6
3838

3939
- name: "Build Docker image"
4040
run: "docker build --tag extdn/${{ matrix.actions-with-docker-image }}-action:${{ matrix.php-version }}-latest ${{ matrix.actions-with-docker-image }}/. -f ${{ matrix.actions-with-docker-image }}/Dockerfile:${{ matrix.php-version }}"

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

@@ -70,7 +70,7 @@ jobs:
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') }}

examples/extdn-integration-tests-with-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
MODULE_NAME: ${{ secrets.MODULE_NAME }}
2424
COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }}
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
- uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
2828
env:
2929
MAGENTO_VERSION: '2.3.7-p3'

examples/extdn-integration-tests-with-marketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }}
2828
ELASTICSEARCH: 1
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
3232
env:
3333
MAGENTO_VERSION: '2.3.7-p3'

examples/extdn-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
MODULE_NAME: ${{ secrets.MODULE_NAME }}
1818
COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }}
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
2222
env:
2323
MAGENTO_VERSION: '2.3.7-p3'

0 commit comments

Comments
 (0)