Skip to content

Commit 0643bee

Browse files
authored
Update php.yml
1 parent 1568850 commit 0643bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- '8.4'
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 2
2727

@@ -34,7 +34,7 @@ jobs:
3434
run: composer validate
3535

3636
- name: Cache Composer cache
37-
uses: actions/cache@v2
37+
uses: actions/cache@v4
3838
with:
3939
path: ~/.composer/cache
4040
key: composer-cache-php${{ matrix.php }}

0 commit comments

Comments
 (0)