소스 검색

fix php8 refresh workflow

requires updating the commit action due to
https://github.com/github-actions-x/commit/issues/30
El RIDO 4 년 전
부모
커밋
15a9b8d826
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/refresh-php8.yml

+ 1 - 1
.github/workflows/refresh-php8.yml

@@ -13,7 +13,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout php8 branch
       - name: Checkout php8 branch
-        uses: actions/checkout@v2
+        uses: actions/checkout@v2.9
         with:
         with:
           # directly checkout the php8 branch
           # directly checkout the php8 branch
           ref: php8
           ref: php8