From b2fdfe0ef038d94007db070136bc5d694c2a4a18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:11:24 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci_native_linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_native_linux.yaml b/.github/workflows/ci_native_linux.yaml index 322ab56..b696ae5 100644 --- a/.github/workflows/ci_native_linux.yaml +++ b/.github/workflows/ci_native_linux.yaml @@ -46,7 +46,7 @@ jobs: ARCH="$(uname -m)" echo "key=php-bins-${{ matrix.version }}-${{ matrix.type }}-${{ matrix.distro }}-${ARCH}-${{ steps.pull-image.outputs.image_hash }}" >> "${GITHUB_OUTPUT}" - name: Cache PHP binaries - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: php-cache key: ${{ steps.cache-key.outputs.key }}