From f043e84e629fc2a7dc3782f7c15cb276d720fff9 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Fri, 24 Nov 2023 12:10:32 +0100 Subject: [PATCH] [CI] correct version of workflow --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 8f84eca..b51a3bf 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -46,6 +46,6 @@ jobs: unit-tests: name: "Unit test" - uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@0.5.0" + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0" with: composer-root-version: "1.x-dev"