瀏覽代碼

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:
       - name: Checkout php8 branch
-        uses: actions/checkout@v2
+        uses: actions/checkout@v2.9
         with:
           # directly checkout the php8 branch
           ref: php8