Skip to content

Commit 197e682

Browse files
Merge pull request #102 from SyntaxArc/dependabot/github_actions/actions/cache-5
ci(deps): bump actions/cache from 4 to 5
2 parents 3df9ed7 + 4e39b8e commit 197e682

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: astral-sh/setup-uv@v7
3131

3232
- name: Cache UV
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: ~/.cache/uv
3636
key: uv-${{ runner.os }}-docs-${{ hashFiles('uv.lock') }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: astral-sh/setup-uv@v7
2828

2929
- name: Cache UV
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.cache/uv
3333
key: uv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('uv.lock') }}

.github/workflows/ty-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: "3.14" # From pyproject.toml
2424

2525
- name: Cache UV
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.cache/uv
2929
key: ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml', '**/uv.lock') }}

0 commit comments

Comments
 (0)