2
0
Эх сурвалжийг харах

revert: newest gh actions aren't compatible with linux images [skip ci]

Baptiste Augrain 1 жил өмнө
parent
commit
5d50317e0e

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

@@ -44,7 +44,7 @@ jobs:
       SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v3
         with:
           ref: ${{ env.GITHUB_BRANCH }}
 

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

@@ -43,7 +43,7 @@ jobs:
       SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v3
         with:
           ref: ${{ env.GITHUB_BRANCH }}