Skip to content

Commit 5685d68

Browse files
committed
Chore/Update actions/cache to version 4.3.0 in CI configuration
1 parent 866bbe8 commit 5685d68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
tools: composer:v2
2626

2727
- name: Cache dependencies
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4.3.0
2929
with:
3030
path: ~/.composer/cache
3131
key: php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tools: composer:v2
2929

3030
- name: Cache dependencies
31-
uses: actions/cache@v2
31+
uses: actions/cache@v4.3.0
3232
with:
3333
path: ~/.composer/cache
3434
key: php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)