Skip to content

Commit c06092c

Browse files
committed
Upgraded GitHub actions
1 parent a96383c commit c06092c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
- "8.1"
1919

2020
steps:
21-
- uses: "actions/checkout@v3"
21+
- uses: "actions/checkout@v4"
2222
- uses: "shivammathur/setup-php@v2"
2323
with:
2424
php-version: ${{ matrix.php-version }}
2525

2626
- name: Cache Composer packages
2727
id: composer-cache
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: vendor
3131
key: php-outdated
@@ -47,7 +47,7 @@ jobs:
4747
- "8.4"
4848

4949
steps:
50-
- uses: "actions/checkout@v3"
50+
- uses: "actions/checkout@v4"
5151
- uses: "shivammathur/setup-php@v2"
5252
with:
5353
php-version: ${{ matrix.php-version }}
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Cache Composer packages
5959
id: composer-cache
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: vendor
6363
key: php-${{ matrix.php-version }}

0 commit comments

Comments
 (0)