feat: use actions/cache@v5

This commit is contained in:
Damien Retzinger
2026-02-18 14:44:15 -05:00
parent c2c3755729
commit 86b01b17fa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ runs:
id: cache-magento-get-composer-version
- name: "Cache Composer Packages"
uses: actions/cache@v3
uses: actions/cache@v5
id: cache-magento-cache
with:
key: "composer | v5.8 | ${{ inputs.composer_cache_key }} | ${{ steps.cache-magento-get-composer-version.outputs.version }} | ${{ steps.cache-magento-get-php-version.outputs.version }}"