From fc32cb5000b79d093471d5fbededcccbde5d3e04 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:45:59 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v5 GitOrigin-RevId: 3d4ab71ed3280c5d836e27285d20f7d8ecf07202 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e58076f43..05227c30c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -151,7 +151,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: "1.25" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ./test/e2e/hydra key: ${{ runner.os }}-hydra