From d2126d6dd69499e926b9760b0b6e1fcfa4a9390a Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 14 Apr 2022 06:08:48 +0200 Subject: [PATCH 1/3] fix php8 refresh workflow requires updating the commit action due to https://github.com/github-actions-x/commit/issues/30 --- .github/workflows/refresh-php8.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/refresh-php8.yml b/.github/workflows/refresh-php8.yml index 4c131b40..fd2f9dbc 100644 --- a/.github/workflows/refresh-php8.yml +++ b/.github/workflows/refresh-php8.yml @@ -2,9 +2,9 @@ name: Refresh PHP 8 branch on: push: - branches: [ master ] + branches: [ master ] schedule: - - cron: '42 2 * * *' + - cron: '42 2 * * *' workflow_dispatch: jobs: @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout php8 branch + - name: Checkout php8 branch uses: actions/checkout@v2 with: # directly checkout the php8 branch @@ -28,7 +28,7 @@ jobs: git merge origin/master - name: Push new changes - uses: github-actions-x/commit@v2.8 + uses: github-actions-x/commit@v2 with: name: github-actions[bot] email: 41898282+github-actions[bot]@users.noreply.github.com From 15a9b8d82608ed6e9eb3b143220f692c23e6f9d3 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 14 Apr 2022 06:17:10 +0200 Subject: [PATCH 2/3] fix php8 refresh workflow requires updating the commit action due to https://github.com/github-actions-x/commit/issues/30 --- .github/workflows/refresh-php8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/refresh-php8.yml b/.github/workflows/refresh-php8.yml index fd2f9dbc..92371f49 100644 --- a/.github/workflows/refresh-php8.yml +++ b/.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 From a15b395eaf049ff93596301669d17679228d62a7 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 14 Apr 2022 06:19:19 +0200 Subject: [PATCH 3/3] fix php8 refresh workflow requires updating the commit action due to https://github.com/github-actions-x/commit/issues/30 --- .github/workflows/refresh-php8.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/refresh-php8.yml b/.github/workflows/refresh-php8.yml index 92371f49..b17a6ab8 100644 --- a/.github/workflows/refresh-php8.yml +++ b/.github/workflows/refresh-php8.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout php8 branch - uses: actions/checkout@v2.9 + uses: actions/checkout@v2 with: # directly checkout the php8 branch ref: php8 @@ -28,7 +28,7 @@ jobs: git merge origin/master - name: Push new changes - uses: github-actions-x/commit@v2 + uses: github-actions-x/commit@v2.9 with: name: github-actions[bot] email: 41898282+github-actions[bot]@users.noreply.github.com