Skip to content

Commit f6f85b0

Browse files
committed
Update actions/cache to 4.0.0
1 parent 61d4034 commit f6f85b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mt-docs-data-api-reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: yarn-cache-dir-path
1717
run: echo 'dir=$(yarn cache dir)' >> $GITHUB_OUTPUT
1818
- name: Set up yarn cache
19-
uses: actions/cache@v3.3.2
19+
uses: actions/cache@v4.0.0
2020
with:
2121
path: "${{ steps.yarn-cache-dir-path.outputs.dir }}"
2222
key: "${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}"

0 commit comments

Comments
 (0)