File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199
200200 - name : Cache .venv
201201 # yamllint disable-line rule:line-length
202- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
202+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
203203 with :
204204 path : .venv
205205 # yamllint disable-line rule:line-length
@@ -209,7 +209,7 @@ jobs:
209209 run : uv sync --frozen
210210
211211 - name : Cache botocore repo
212- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
212+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
213213 with :
214214 path : /tmp/botocore
215215 key : botocore-repo
@@ -401,7 +401,7 @@ jobs:
401401 # invalidates.
402402 - name : Cache .venv
403403 # yamllint disable-line rule:line-length
404- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
404+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
405405 with :
406406 path : .venv
407407 # yamllint disable-line rule:line-length
@@ -411,7 +411,7 @@ jobs:
411411 run : uv sync --frozen
412412
413413 - name : Cache botocore repo
414- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
414+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
415415 with :
416416 path : /tmp/botocore
417417 key : botocore-repo
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 # on uv.lock + pyproject.toml so any dep change invalidates.
127127 - name : Cache .venv
128128 # yamllint disable-line rule:line-length
129- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
129+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
130130 with :
131131 path : .venv
132132 # yamllint disable-line rule:line-length
Original file line number Diff line number Diff line change 8989 # Static key (no hashFiles invalidation) — fresh tags are always
9090 # fetched below.
9191 # yamllint disable-line rule:line-length
92- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
92+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9393 with :
9494 path : /tmp/botocore
9595 key : botocore-repo
@@ -123,7 +123,7 @@ jobs:
123123 # changes.
124124 - name : Cache .venv
125125 # yamllint disable-line rule:line-length
126- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
126+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
127127 with :
128128 path : .venv
129129 # yamllint disable-line rule:line-length
@@ -210,7 +210,7 @@ jobs:
210210 # changes.
211211 - name : Cache .venv
212212 # yamllint disable-line rule:line-length
213- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
213+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
214214 with :
215215 path : .venv
216216 # yamllint disable-line rule:line-length
You can’t perform that action at this time.
0 commit comments