Skip to content

Commit 703c353

Browse files
Merge pull request #3057 from coreshop/dependabot/github_actions/github-actions-2392d05ff6
Bump the github-actions group across 1 directory with 7 updates
2 parents f8d29c2 + a780b6d commit 703c353

22 files changed

Lines changed: 42 additions & 42 deletions

.github/workflows/behat-5.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
name: "${{ matrix.pimcore }}, PHP ${{ matrix.php }}, Deps ${{ matrix.dependencies }}"
7474

7575
steps:
76-
- uses: actions/checkout@v5
76+
- uses: actions/checkout@v6
7777
with:
7878
ref: ${{ github.event.pull_request.head.sha || github.sha }}
7979
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}

.github/workflows/behat-5.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
name: "${{ matrix.pimcore }}, PHP ${{ matrix.php }}, Deps ${{ matrix.dependencies }}"
8585

8686
steps:
87-
- uses: actions/checkout@v5
87+
- uses: actions/checkout@v6
8888
with:
8989
ref: ${{ github.event.pull_request.head.sha || github.sha }}
9090
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}

.github/workflows/behat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
name: "${{ matrix.pimcore }}, PHP ${{ matrix.php }}, Deps ${{ matrix.dependencies }}"
8282

8383
steps:
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
8585
with:
8686
ref: ${{ github.event.pull_request.head.sha || github.sha }}
8787
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}

.github/workflows/behat_ui-5.0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474
name: "${{ matrix.pimcore }}, PHP ${{ matrix.php }}, Deps ${{ matrix.dependencies }}"
7575

7676
steps:
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
7878
with:
7979
ref: ${{ github.event.pull_request.head.sha || github.sha }}
8080
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
8181

82-
- uses: browser-actions/setup-chrome@v1
82+
- uses: browser-actions/setup-chrome@v2
8383
with:
8484
chrome-version: stable
8585

@@ -144,7 +144,7 @@ jobs:
144144
run: vendor/bin/behat --strict --no-interaction -vvv -f progress --config behat.yml.dist -p ui
145145

146146
- name: Upload Logs
147-
uses: actions/upload-artifact@v5
147+
uses: actions/upload-artifact@v7
148148
if: failure()
149149
with:
150150
name: "Logs (PHP ${{ matrix.php }}, Symfony ${{ matrix.pimcore }})"

.github/workflows/behat_ui-5.1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
name: "${{ matrix.pimcore }}, PHP ${{ matrix.php }}, Deps ${{ matrix.dependencies }}"
8686

8787
steps:
88-
- uses: actions/checkout@v5
88+
- uses: actions/checkout@v6
8989
with:
9090
ref: ${{ github.event.pull_request.head.sha || github.sha }}
9191
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
9292

93-
- uses: browser-actions/setup-chrome@v1
93+
- uses: browser-actions/setup-chrome@v2
9494
with:
9595
chrome-version: stable
9696

@@ -175,7 +175,7 @@ jobs:
175175
run: vendor/bin/behat --strict --no-interaction -vvv -f progress --config behat.yml.dist -p ui
176176

177177
- name: Upload Logs
178-
uses: actions/upload-artifact@v5
178+
uses: actions/upload-artifact@v7
179179
if: failure()
180180
with:
181181
name: "Logs (PHP ${{ matrix.php }}, Symfony ${{ matrix.pimcore }})"

.github/workflows/behat_ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
name: "${{ matrix.pimcore }}, PHP ${{ matrix.php }}, Deps ${{ matrix.dependencies }}"
8383

8484
steps:
85-
- uses: actions/checkout@v5
85+
- uses: actions/checkout@v6
8686
with:
8787
ref: ${{ github.event.pull_request.head.sha || github.sha }}
8888
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
8989

90-
- uses: browser-actions/setup-chrome@v1
90+
- uses: browser-actions/setup-chrome@v2
9191
with:
9292
chrome-version: stable
9393

@@ -168,7 +168,7 @@ jobs:
168168
run: vendor/bin/behat --strict --no-interaction -vvv -f progress --config behat.yml.dist -p ui
169169

170170
- name: Upload Logs
171-
uses: actions/upload-artifact@v5
171+
uses: actions/upload-artifact@v7
172172
if: failure()
173173
with:
174174
name: "Logs (PHP ${{ matrix.php }}, Symfony ${{ matrix.pimcore }})"

.github/workflows/cla-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: "CLA Assistant"
1919
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
20-
uses: contributor-assistant/github-action@v2.5.1
20+
uses: contributor-assistant/github-action@v2.6.1
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACTION_ACCESS_TOKEN }}

.github/workflows/codestyles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
branches: [ '5.0', '5.1', '2026.x' ]
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
ref: ${{ matrix.branch }}
2424

@@ -34,7 +34,7 @@ jobs:
3434
run: vendor/bin/ecs check --fix src
3535

3636
- name: Create Pull Request
37-
uses: peter-evans/create-pull-request@v4
37+
uses: peter-evans/create-pull-request@v8
3838
with:
3939
commit-message: '[CS] Refactor'
4040
author: CoreShop <info@coreshop.com>

.github/workflows/license-check-5.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: "${{ matrix.pimcore }}, PHP ${{ matrix.php }}, Deps ${{ matrix.dependencies }}"
5151

5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
with:
5555
ref: ${{ github.event.pull_request.head.sha || github.sha }}
5656
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}

.github/workflows/license-check-5.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: "${{ matrix.pimcore }}, PHP ${{ matrix.php }}, Deps ${{ matrix.dependencies }}"
5151

5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
with:
5555
ref: ${{ github.event.pull_request.head.sha || github.sha }}
5656
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}

0 commit comments

Comments
 (0)