Skip to content

Commit b9bdedc

Browse files
renovate[bot]admdly
authored andcommitted
Update actions/cache action to v5
1 parent 1f0b37e commit b9bdedc

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@v4
29+
uses: actions/cache@v5
3030
with:
3131
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
3232
path: './src/vendor'

0 commit comments

Comments
 (0)