1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +03:00

Fixed phpstan static usage warning, updated ci flows

CI flow updates to follow deprecation warnings
This commit is contained in:
Dan Brown
2022-11-03 14:14:22 +00:00
parent 8ec6b07690
commit 6364c541ea
4 changed files with 7 additions and 7 deletions

View File

@@ -21,10 +21,10 @@ jobs:
- name: Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache composer packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ matrix.php }}