Skip to content

Commit 7d887aa

Browse files
Merge pull request #2 from Supabase-PHP/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 7fa805f + a20c6dc commit 7d887aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: composer validate --strict
2929

3030
- name: Cache Composer dependencies
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: vendor
3434
key: composer-${{ runner.os }}-${{ matrix.php }}-${{ hashFiles('composer.lock') }}

0 commit comments

Comments
 (0)