Skip to content

Commit ff19bd4

Browse files
authored
Update to actions/cache@v4 (#63)
1 parent 72f3a0b commit ff19bd4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
-
3434
name: Cache dependencies installed with composer
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: ${{ env.COMPOSER_CACHE_DIR }}
3838
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/cs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
-
3434
name: Cache dependencies installed with composer
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: ${{ env.COMPOSER_CACHE_DIR }}
3838
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
-
4040
name: Cache dependencies installed with composer
41-
uses: actions/cache@v2
41+
uses: actions/cache@v4
4242
with:
4343
path: ${{ env.COMPOSER_CACHE_DIR }}
4444
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)