Skip to content

Commit fc32cb5

Browse files
committed
chore(deps): update actions/cache action to v5
GitOrigin-RevId: 3d4ab71ed3280c5d836e27285d20f7d8ecf07202
1 parent 028908f commit fc32cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- uses: actions/setup-go@v6
152152
with:
153153
go-version: "1.25"
154-
- uses: actions/cache@v4
154+
- uses: actions/cache@v5
155155
with:
156156
path: ./test/e2e/hydra
157157
key: ${{ runner.os }}-hydra

0 commit comments

Comments
 (0)