Skip to content

Commit 4f072d2

Browse files
authored
Merge pull request #302 from beeyev/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents c9d6056 + 322ecd8 commit 4f072d2

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/merge-automated-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: needs.prepare.outputs.pr_found == 'true'
3939
steps:
4040
- name: Check out code
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242

4343
- name: PR details
4444
run: |

.github/workflows/pr-code-style-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
PHP_VERSION: '7.2'
3030
steps:
3131
- name: Check out code
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
with:
3434
ref: ${{ github.head_ref }}
3535
fetch-depth: 0

.github/workflows/pr-phpstan-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
PHP_VERSION: '7.2'
2727
steps:
2828
- name: Check out code
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030

3131
- name: Prepare PHP Environment
3232
uses: ./.github/actions/prepare-php-environment/

.github/workflows/pr-phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
PHP_VERSION: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
2929
steps:
3030
- name: Check out code
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232

3333
- name: Prepare PHP Environment - PHP v${{ matrix.PHP_VERSION }}
3434
uses: ./.github/actions/prepare-php-environment/

.github/workflows/scheduled-filter-lists-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
PHP_VERSION: '7.2'
2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
ref: ${{ github.head_ref }}
2929
fetch-depth: 0

0 commit comments

Comments
 (0)