Skip to content

Commit e270cd7

Browse files
authored
Merge pull request #15 from portphp/dependabot/github_actions/actions/cache-6
Bump actions/cache from 4 to 6
2 parents f60b2ac + a83dbfe commit e270cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
4040
- name: Cache Composer packages
41-
uses: actions/cache@v4
41+
uses: actions/cache@v6
4242
with:
4343
path: vendor
4444
key: ${{ runner.os }}-composer-${{ matrix.php-versions }}-${{ hashFiles('**/composer.json', '**/composer.lock') }}

0 commit comments

Comments
 (0)