Skip to content

Commit

Permalink
Merge pull request #375 from actions/dhadka/bump-cache-version
Browse files Browse the repository at this point in the history
Bump cache module to version 1.0.0
  • Loading branch information
Aiqiao Yan authored and GitHub committed Jul 20, 2020
2 parents 4978dc4 + 24fb121 commit 481a91b
Show file tree
Hide file tree
Showing 5 changed files with 91,311 additions and 8,489 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
echo "::set-output name=dir::$(npm config get cache)"
- name: Restore npm cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -52,7 +52,7 @@ jobs:
shell: bash
run: |
npm run build
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then
if [ "$(git diff --ignore-space-at-eol | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff
exit 1
Expand Down
49,769 changes: 45,523 additions & 4,246 deletions dist/restore/index.js

Large diffs are not rendered by default.

49,711 changes: 45,494 additions & 4,217 deletions dist/save/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 481a91b

Please sign in to comment.