Skip to content

Commit 7429d3a

Browse files
Merge pull request #17 from deniskorbakov/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents a9bc530 + 3dd5a80 commit 7429d3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Coding Standard
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Setup PHP 8.4
1616
uses: shivammathur/setup-php@v2
1717
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Tests (PHP ${{ matrix.php }} - ${{ matrix.deps }})
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Setup PHP ${{ matrix.php }}
2525
uses: shivammathur/setup-php@v2
2626
with:

0 commit comments

Comments
 (0)