From 04c47dcf624b1c560111fff028499b27c370f016 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Wed, 3 Apr 2024 14:41:27 +0200 Subject: [PATCH] update actins --- .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 5a1f320..6284051 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@v2.30.2 " + uses: "shivammathur/setup-php@2.30.2 " env: COMPOSER_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: