ソースを参照

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:
     - name: Checkout
-    - uses: actions/checkout@v4
+      uses: actions/checkout@v4
       with:
         fetch-depth: 0
 

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

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