Skip to content

Commit 613f52d

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf5503b commit 613f52d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: "Checkout"
67-
uses: "actions/checkout@v4"
67+
uses: "actions/checkout@v5"
6868
with:
6969
fetch-depth: 2
7070

@@ -147,7 +147,7 @@ jobs:
147147

148148
steps:
149149
- name: "Checkout"
150-
uses: "actions/checkout@v4"
150+
uses: "actions/checkout@v5"
151151
with:
152152
fetch-depth: 2
153153

@@ -218,7 +218,7 @@ jobs:
218218

219219
steps:
220220
- name: "Checkout"
221-
uses: "actions/checkout@v4"
221+
uses: "actions/checkout@v5"
222222
with:
223223
fetch-depth: 2
224224

@@ -289,7 +289,7 @@ jobs:
289289

290290
steps:
291291
- name: "Checkout"
292-
uses: "actions/checkout@v4"
292+
uses: "actions/checkout@v5"
293293
with:
294294
fetch-depth: 2
295295

@@ -341,7 +341,7 @@ jobs:
341341

342342
steps:
343343
- name: "Checkout"
344-
uses: "actions/checkout@v4"
344+
uses: "actions/checkout@v5"
345345
with:
346346
fetch-depth: 2
347347

@@ -373,7 +373,7 @@ jobs:
373373

374374
steps:
375375
- name: "Checkout"
376-
uses: "actions/checkout@v4"
376+
uses: "actions/checkout@v5"
377377
with:
378378
fetch-depth: 2
379379

.github/workflows/phpbench.yml

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

3737
steps:
3838
- name: "Checkout"
39-
uses: "actions/checkout@v4"
39+
uses: "actions/checkout@v5"
4040
with:
4141
fetch-depth: 2
4242

.github/workflows/static-analysis.yml

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

4141
steps:
4242
- name: "Checkout code"
43-
uses: "actions/checkout@v4"
43+
uses: "actions/checkout@v5"
4444

4545
- name: "Install PHP"
4646
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)