diff options
| author | Haishan <[email protected]> | 2021-02-28 11:51:29 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-02-28 18:04:18 +0800 |
| commit | 7ceca5be11bbf1c8dd25e08a00390f296eb2c140 (patch) | |
| tree | 9341c834a223da2fc0fef2049299ccf7ac7285c0 /.github/workflows | |
| parent | 3e50b5ba5b0c3eb2ba9b5684ecde7365fd2b5454 (diff) | |
build: upgrade deps
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/push.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 572e422..370cdd5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,14 +11,14 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/[email protected] + uses: actions/[email protected] with: node-version: ${{ matrix.node-version }} - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/[email protected] id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} |
