浏览代码

Merge pull request #1015 from peers/renovate/actions-cache-3.x

chore(deps): update actions/cache action to v3
Jonas Gloning 2 年之前
父节点
当前提交
def8a4b6f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/prettier.yml

+ 1 - 1
.github/workflows/prettier.yml

@@ -11,7 +11,7 @@ jobs:
     steps:
       - name: Check out repo
         uses: actions/checkout@v2
-      - uses: actions/cache@v2
+      - uses: actions/cache@v3
         name: Configure npm caching
         with:
           path: ~/.npm