Updated some github actions workflows and added an workflow to automatically update actions

This commit is contained in:
Jan Böhmer 2023-03-18 22:03:34 +01:00
parent f86d35f8d1
commit ac402a6697
3 changed files with 25 additions and 2 deletions

View file

@ -63,7 +63,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}