Skip to content

Commit 77b516a

Browse files
authored
Merge pull request #5 from quantcdn/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 3 to 5
2 parents 5be98d9 + fe0878c commit 77b516a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

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

5050
- name: Cache Composer packages
5151
id: composer-cache
52-
uses: actions/cache@v3
52+
uses: actions/cache@v5
5353
with:
5454
path: vendor
5555
key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)