From 7e828eef67c6a9b00794a0c8616f830272d6d608 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Mon, 27 Apr 2026 10:20:50 -0400 Subject: [PATCH] ci: adjust to use internal version --- .github/workflows/_internal-setup-magento.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_internal-setup-magento.yaml b/.github/workflows/_internal-setup-magento.yaml index 7425a1b..b98328d 100644 --- a/.github/workflows/_internal-setup-magento.yaml +++ b/.github/workflows/_internal-setup-magento.yaml @@ -127,7 +127,7 @@ jobs: composer_auth: ${{ secrets.COMPOSER_AUTH }} magento_version: magento/project-community-edition:2.4.8-p3 - - uses: graycoreio/github-actions-magento2/cache-magento@main + - uses: ./cache-magento with: composer_cache_key: 'magento/project-community-edition:2.4.8-p3'