Skip to content

Commit a2fafb1

Browse files
build(deps): bump actions/checkout from 6 to 7 (#416)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a00a30f commit a2fafb1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config --global core.eol lf
2222
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Install PHP
2727
uses: shivammathur/setup-php@v2

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config --global core.eol lf
2222
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Install PHP
2727
uses: shivammathur/setup-php@v2

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config --global core.eol lf
2222
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Install PHP
2727
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)