Skip to content

Commit 38b75a8

Browse files
committed
Update GitHub actions
1 parent 820383a commit 38b75a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: List php modules using "no php ini" mode
6767
run: php -m -n
6868
- name: Cache module
69-
uses: actions/cache@v3
69+
uses: actions/cache@v4
7070
with:
7171
path: ~/.composer/cache/
7272
key: composer-cache
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
php-version: 8.2
111111
- name: Cache module
112-
uses: actions/cache@v3
112+
uses: actions/cache@v4
113113
with:
114114
path: ~/.composer/cache/
115115
key: composer-cache

0 commit comments

Comments
 (0)