Skip to content

Commit 95f3f0c

Browse files
renovate[bot]pl-github
authored andcommitted
chore(deps): update actions/cache action to v4
1 parent 206f871 commit 95f3f0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
php-version: "${{ matrix.php-version }}"
3131

3232
- name: "Cache dependencies"
33-
uses: "actions/cache@v3"
33+
uses: "actions/cache@v4"
3434
with:
3535
path: "~/.composer/cache"
3636
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
@@ -30,7 +30,7 @@ jobs:
3030
php-version: "${{ matrix.php-version }}"
3131

3232
- name: "Cache dependencies"
33-
uses: "actions/cache@v3"
33+
uses: "actions/cache@v4"
3434
with:
3535
path: "~/.composer/cache"
3636
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)