Fix GitHub Actions deprecation

This commit is contained in:
ErickSkrauch 2022-12-06 22:31:30 +01:00
parent 243db94429
commit de3a1f841c
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -29,7 +29,7 @@ jobs:
- name: Get Composer's cache directory
id: composer-cache-path
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@v3