From d67eab5cd758c685571de7a14349d465fb816bd4 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Mon, 18 Sep 2023 17:13:08 +0100 Subject: [PATCH] wip: test branch --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 527d094..30cf4c2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies - uses: php-actions/composer@master + uses: php-actions/composer@run-as-current-user with: php_version: '8.1'