Skip to content

Commit 16413ca

Browse files
Merge e712d77 into 1b1f91c
2 parents 1b1f91c + e712d77 commit 16413ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: composer config --global --list
3535

3636
- name: Cache dependencies installed with composer
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.cache/composer
4040
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
@@ -77,7 +77,7 @@ jobs:
7777
run: composer config --global --list
7878

7979
- name: Cache dependencies installed with composer
80-
uses: actions/cache@v4
80+
uses: actions/cache@v5
8181
with:
8282
path: ~/.cache/composer
8383
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
@@ -126,7 +126,7 @@ jobs:
126126
run: composer config --global --list
127127

128128
- name: Cache dependencies installed with composer
129-
uses: actions/cache@v4
129+
uses: actions/cache@v5
130130
with:
131131
path: ~/.cache/composer
132132
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/codecoverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: composer config --global --list
4040

4141
- name: Cache dependencies installed with composer
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: ~/.cache/composer
4545
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)