chore(deps): update actions/cache action to v5

GitOrigin-RevId: 3d4ab71ed3280c5d836e27285d20f7d8ecf07202
This commit is contained in:
ory-bot 2025-12-12 19:45:59 +01:00
parent 028908f0ab
commit fc32cb5000
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ jobs:
- uses: actions/setup-go@v6 - uses: actions/setup-go@v6
with: with:
go-version: "1.25" go-version: "1.25"
- uses: actions/cache@v4 - uses: actions/cache@v5
with: with:
path: ./test/e2e/hydra path: ./test/e2e/hydra
key: ${{ runner.os }}-hydra key: ${{ runner.os }}-hydra