ci: update yarn cache dir command (#34086)

This commit is contained in:
Raffael Meyer 2025-09-23 14:00:12 +02:00 committed by GitHub
parent 545dce8c30
commit fc29dc4f40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
id: yarn-cache