From 26c64f4984cf54f5747ec14ca4bba5e008320534 Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:04:14 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/documentation.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 685ecc9..7092acb 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -29,7 +29,7 @@ jobs: - name: Cache Composer packages id: composer-apigen-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: tools/apigen/vendor key: ${{ runner.os }}-${{ hashFiles('tools/apigen/composer.lock') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e732ea7..bdbef5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('composer.json') }}