Skip to content

Commit f2a3026

Browse files
authored
Merge pull request #13 from FriendsOfShopware/renovate/actions-checkout-6.x
2 parents d04a380 + b93188f commit f2a3026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Run CS
2020
uses: shopware/github-actions/extension-verifier@main
@@ -29,7 +29,7 @@ jobs:
2929
version-selection: [ 'lowest', 'highest']
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Run Check
3535
uses: shopware/github-actions/extension-verifier@main

0 commit comments

Comments
 (0)