From 82ebf58c86c88a5a441962201b64c6b27375b5c9 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Wed, 3 Apr 2024 14:43:21 +0200 Subject: [PATCH] update actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6284051..444487e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Set up PHP" - uses: "shivammathur/setup-php@2.30.2 " + uses: "shivammathur/setup-php@2.30.2" env: COMPOSER_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: