From f7df6c03b5d945753ec0c9818273d05c8b0ef216 Mon Sep 17 00:00:00 2001 From: Angel Aviel Domaoan <13580338+tenshiAMD@users.noreply.github.com> Date: Sun, 17 Jul 2022 10:45:05 +0800 Subject: [PATCH] Fix a typo for the incorrect version used This is to fix a typo for the incorrect version used which is `v7` instead of `v6` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c102488..e4b634f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ jobs: ... - name: Install dependencies - uses: php-actions/composer@v7 + uses: php-actions/composer@v6 with: dev: no args: --profile --ignore-platform-reqs