From 15a9b8d82608ed6e9eb3b143220f692c23e6f9d3 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 14 Apr 2022 06:17:10 +0200 Subject: [PATCH] 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 fd2f9db..92371f4 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