Skip to content

Commit 002a0f4

Browse files
committed
Bump actions/cache version to v4 to fix node deprecation warnings
1 parent e709d9a commit 002a0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
tools: "composer:v2,flex"
8989

9090
- name: "Cache dependencies installed with composer"
91-
uses: "actions/cache@v3"
91+
uses: "actions/cache@v4"
9292
with:
9393
path: "~/.composer/cache"
9494
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"

0 commit comments

Comments
 (0)