From 1b6d7ca160750a1b075f83f635b52d9bd93998da Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 26 Jan 2020 13:59:44 +0100 Subject: [PATCH] fix action syntax --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed43138d4..a5518f8e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: max-parallel: 3 steps: - name: Checkout Repository - uses: actions/checkout@master + uses: actions/checkout@master with: fetch-depth: 1 - name: Get Composer Cache Directory