1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-18 11:41:17 +02:00

Update Github workflow

This commit is contained in:
Oliver Vogel
2023-10-21 12:00:49 +02:00
parent 625063ca97
commit eae10d0e72

View File

@@ -77,7 +77,7 @@ jobs:
- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache composer dependencies
uses: actions/cache@v2