Skip to content

Commit c786ee9

Browse files
Bump actions/cache from 5 to 6 (#389)
1 parent b306134 commit c786ee9

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
@@ -75,7 +75,7 @@ jobs:
7575
run: echo "::set-output name=dir::$(composer config cache-dir)"
7676

7777
- name: Cache dependencies
78-
uses: actions/cache@v5
78+
uses: actions/cache@v6
7979
with:
8080
path: ${{ steps.composer-cache.outputs.dir }}
8181
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}

0 commit comments

Comments
 (0)