Skip to content

Commit d5bb3b5

Browse files
committed
Bump actions/checkout to v4
1 parent c521955 commit d5bb3b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-ph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Add commit history to pull request description
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
- uses: Frederick888/gh-ph@v1

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
php-version: ["8.2", "8.1", "8.0", "7.4", "7.3"]
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
- name: Cancel Previous Runs
3131
if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.2')

0 commit comments

Comments
 (0)