summaryrefslogtreecommitdiffstats
path: root/.github/workflows/appstore-build-publish.yml
diff options
context:
space:
mode:
authorMarcel Müller <marcel-mueller@gmx.de>2024-06-26 22:35:46 +0200
committerMarcel Müller <marcel-mueller@gmx.de>2024-06-26 22:35:46 +0200
commit4f72e136d347743df6c3b36ce80ecbd6ea0879ff (patch)
tree70ad12816e0f8f88a5ed6a399f6c2a3ec64c12da /.github/workflows/appstore-build-publish.yml
parent61e2b6c3edfc7a52304324516652fee3fe0f857b (diff)
chore(CI): Update setup-php to 2.31.0
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Diffstat (limited to '.github/workflows/appstore-build-publish.yml')
-rw-r--r--.github/workflows/appstore-build-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index 5c2ce7363..8398dfa21 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -72,7 +72,7 @@ jobs:
filename: ${{ env.APP_NAME }}/appinfo/info.xml
- name: Set up php ${{ steps.php-versions.outputs.php-min }}
- uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
+ uses: shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b # v2
with:
php-version: ${{ steps.php-versions.outputs.php-min }}
coverage: none