Skip to content

Commit cc2e4c9

Browse files
authored
Merge pull request #12 from basi/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 7d92d90 + 9bb73a5 commit cc2e4c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3838

3939
- name: Cache Composer
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ${{ steps.composer-cache.outputs.dir }}
4343
key: ${{ runner.os }}-php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
106106

107107
- name: Cache Composer
108-
uses: actions/cache@v3
108+
uses: actions/cache@v4
109109
with:
110110
path: ${{ steps.composer-cache.outputs.dir }}
111111
key: ${{ runner.os }}-php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)