Browse Source

fix workflow?

Marcin Krzyzanowski 1 year ago
parent
commit
72d2ed23b6
2 changed files with 2 additions and 2 deletions
  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