Skip to content

Commit d133f78

Browse files
committed
Update github actions version
1 parent 343c015 commit d133f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: PHP ${{ matrix.php }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Install PHP
1717
uses: shivammathur/setup-php@v2
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Cache Composer packages
2828
id: composer-cache
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: vendor
3232
key: ${{ matrix.php }}-composer

0 commit comments

Comments
 (0)