Skip to content

Commit 016d691

Browse files
authored
Merge pull request #92 from dotkernel/renovate/actions-cache-6.x
Update actions/cache action to v6
2 parents e49da53 + b9d3c80 commit 016d691

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3737

3838
- name: Cache dependencies installed with composer
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: ${{ env.COMPOSER_CACHE_DIR }}
4242
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3434

3535
- name: Cache dependencies installed with composer
36-
uses: actions/cache@v5
36+
uses: actions/cache@v6
3737
with:
3838
path: ${{ env.COMPOSER_CACHE_DIR }}
3939
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3636

3737
- name: Cache dependencies installed with composer
38-
uses: actions/cache@v5
38+
uses: actions/cache@v6
3939
with:
4040
path: ${{ env.COMPOSER_CACHE_DIR }}
4141
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)