We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d4034 commit f6f85b0Copy full SHA for f6f85b0
.github/workflows/mt-docs-data-api-reference.yml
@@ -16,7 +16,7 @@ jobs:
16
id: yarn-cache-dir-path
17
run: echo 'dir=$(yarn cache dir)' >> $GITHUB_OUTPUT
18
- name: Set up yarn cache
19
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4.0.0
20
with:
21
path: "${{ steps.yarn-cache-dir-path.outputs.dir }}"
22
key: "${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}"
0 commit comments