|
@@ -133,7 +133,7 @@ jobs:
|
|
|
run: echo "::set-output name=webpack-path::.webpack_cache"
|
|
|
|
|
|
- name: webpack cache
|
|
|
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # v3
|
|
|
+ uses: actions/cache@9df7d7c016256c51d661e5d26a8632ccd0581680 # v3.0.7
|
|
|
with:
|
|
|
path: ${{ steps.config.outputs.webpack-path }}
|
|
|
key: ${{ runner.os }}-v2-webpack-cache-${{ hashFiles('webpack.config.ts') }}
|
|
@@ -211,7 +211,7 @@ jobs:
|
|
|
chartcuterie: true
|
|
|
|
|
|
- name: yarn cache
|
|
|
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # v3
|
|
|
+ uses: actions/cache@9df7d7c016256c51d661e5d26a8632ccd0581680 # v3.0.7
|
|
|
with:
|
|
|
path: ${{ steps.setup.outputs.yarn-cache-dir }}
|
|
|
key: ${{ runner.os }}-v2-yarn-${{ hashFiles('yarn.lock', 'api-docs/yarn.lock') }}
|