Skip to content

Commit d1d2db7

Browse files
Bump actions/cache from 5.0.4 to 5.0.5 (#1575)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60d90f9 commit d1d2db7

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/botocore-sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/evals.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)