Skip to content

Commit e1e72de

Browse files
chore(ci): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1054915 commit e1e72de

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747

4848
- name: Setup PHP
4949
uses: shivammathur/setup-php@v2
@@ -141,7 +141,7 @@ jobs:
141141

142142
steps:
143143
- name: Checkout code
144-
uses: actions/checkout@v6
144+
uses: actions/checkout@v7
145145
with:
146146
token: ${{ secrets.GITHUB_TOKEN }}
147147
fetch-depth: 0
@@ -184,7 +184,7 @@ jobs:
184184

185185
steps:
186186
- name: Checkout code
187-
uses: actions/checkout@v6
187+
uses: actions/checkout@v7
188188

189189
- name: Setup PHP
190190
uses: shivammathur/setup-php@v2
@@ -210,7 +210,7 @@ jobs:
210210

211211
steps:
212212
- name: Checkout code
213-
uses: actions/checkout@v6
213+
uses: actions/checkout@v7
214214

215215
- name: Setup PHP
216216
uses: shivammathur/setup-php@v2

.github/workflows/coderabbit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4747
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0 # Required to get full history and tag message
2020

.github/workflows/sync-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0 # Required to get all tags and history
2424

0 commit comments

Comments
 (0)