From 6179ca545bb01d1df8f641818f050c4efefb28ef Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sun, 14 Dec 2025 11:48:55 -0500 Subject: [PATCH] ci: upgrade underlying actions for testing setup-magento --- .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 575b69a..45821c9 100644 --- a/.github/workflows/_internal-setup-magento.yaml +++ b/.github/workflows/_internal-setup-magento.yaml @@ -58,7 +58,7 @@ jobs: php-version: ${{ matrix.php }} tools: composer:v${{ matrix.composer }} - - uses: actions/cache@v45 + - uses: actions/cache@v5 id: setup-magento-store-cache with: key: setup-magento-ci | ${{ runner.os }} | ${{ matrix.magento }}