From cba72a62386d6b7f18c56083bc577c3577a625fd Mon Sep 17 00:00:00 2001 From: thisLight Date: Sat, 12 Feb 2022 22:36:42 +0800 Subject: [PATCH] site depolyment workflow: update dependencies --- .github/workflows/depoly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/depoly.yml b/.github/workflows/depoly.yml index e7285b2..df93f63 100644 --- a/.github/workflows/depoly.yml +++ b/.github/workflows/depoly.yml @@ -14,7 +14,7 @@ jobs: # Caching dependencies to speed up workflows. (GitHub will remove any cache entries that have not been accessed in over 7 days.) - name: Cache node modules - uses: actions/cache@v1 + uses: actions/cache@v2 id: cache with: path: node_modules @@ -32,7 +32,7 @@ jobs: # Deploy hexo blog website. - name: Deploy id: deploy - uses: sma11black/hexo-action@v1.0.3 + uses: sma11black/hexo-action@v1.0.4 with: deploy_key: ${{ secrets.DEPLOY_KEY }} commit_msg: ${{ github.event.head_commit.message }} # (or delete this input setting to use hexo default settings)