Skip to content

Commit 9516fa2

Browse files
authored
Merge pull request #239 from hhenson/dependabot/github_actions/actions/cache-5.0.4
ci: bump actions/cache from 5.0.3 to 5.0.4
2 parents 26619a0 + 085faf4 commit 9516fa2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020

2121
- name: Restore uv/pip caches
22-
uses: actions/cache@v5.0.3
22+
uses: actions/cache@v5.0.4
2323
with:
2424
path: |
2525
~/.cache/uv

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.12'
3030

3131
- name: Restore uv/pip caches
32-
uses: actions/cache@v5.0.3
32+
uses: actions/cache@v5.0.4
3333
with:
3434
path: |
3535
~/.cache/uv

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: '3.12'
3232

3333
- name: Cache uv/pip
34-
uses: actions/cache@v5.0.3
34+
uses: actions/cache@v5.0.4
3535
with:
3636
path: |
3737
~/.cache/uv

0 commit comments

Comments
 (0)