Skip to content

Commit f6058ac

Browse files
committed
Update cache action
1 parent ef1745b commit f6058ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coding-standards.yml

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

3030
- name: "Cache dependencies installed with Composer"
31-
uses: "actions/cache@v2"
31+
uses: "actions/cache@v5"
3232
with:
3333
path: "~/.composer/cache"
3434
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"

.github/workflows/continuous-integration.yml

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

4343
- name: "Cache dependencies installed with composer"
44-
uses: "actions/cache@v2"
44+
uses: "actions/cache@v5"
4545
with:
4646
path: "~/.composer/cache"
4747
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"

0 commit comments

Comments
 (0)