Browse Source

chore(deps): update actions/checkout action to v3 (#308)

Jonas Gloning 2 năm trước cách đây
mục cha
commit
3fa93d1764
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/release.yml

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

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