Pārlūkot izejas kodu

fix php8 refresh workflow

requires updating the commit action due to
https://github.com/github-actions-x/commit/issues/30
El RIDO 4 gadi atpakaļ
vecāks
revīzija
a15b395eaf
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .github/workflows/refresh-php8.yml

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

@@ -13,7 +13,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout php8 branch
       - name: Checkout php8 branch
-        uses: actions/checkout@v2.9
+        uses: actions/checkout@v2
         with:
         with:
           # directly checkout the php8 branch
           # directly checkout the php8 branch
           ref: php8
           ref: php8
@@ -28,7 +28,7 @@ jobs:
           git merge origin/master
           git merge origin/master
 
 
       - name: Push new changes
       - name: Push new changes
-        uses: github-actions-x/commit@v2
+        uses: github-actions-x/commit@v2.9
         with:
         with:
           name: github-actions[bot]
           name: github-actions[bot]
           email: 41898282+github-actions[bot]@users.noreply.github.com
           email: 41898282+github-actions[bot]@users.noreply.github.com