Skip to content

Commit 5a815e0

Browse files
Update actions/cache action to v6
1 parent 7ff8c1e commit 5a815e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/php-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
- name: 'Cache Composer Dependencies'
2727
id: composer-cache
2828
if: ${{ inputs.cache-deps == 'true' }}
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
3232
path: './src/vendor'

0 commit comments

Comments
 (0)