瀏覽代碼

fix workflow?

Marcin Krzyzanowski 1 年之前
父節點
當前提交
72d2ed23b6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/linux.yml
  2. 1 1
      .github/workflows/macos.yml

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

@@ -13,7 +13,7 @@ jobs:
 
 
     steps:
     steps:
     - name: Checkout
     - name: Checkout
-    - uses: actions/checkout@v4
+      uses: actions/checkout@v4
       with:
       with:
         fetch-depth: 0
         fetch-depth: 0
 
 

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

@@ -13,7 +13,7 @@ jobs:
 
 
     steps:
     steps:
     - name: Checkout
     - name: Checkout
-    - uses: actions/checkout@v4
+      uses: actions/checkout@v4
       with:
       with:
         fetch-depth: 0
         fetch-depth: 0