浏览代码

Merge pull request #1016 from peers/renovate/actions-checkout-3.x

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

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

@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out repo
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       - uses: actions/cache@v3
         name: Configure npm caching
         with:

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

@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 0
       - name: Setup Node.js