Fix usage of deprecated GitHub actions practices

This commit is contained in:
Alejandro Celaya
2023-02-06 21:47:04 +01:00
parent a7f6b60cba
commit b339cf2429
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ runs:
extensions: ${{ inputs.php-extensions }}
key: ${{ inputs.extensions-cache-key }}
- name: Cache extensions
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}