chore(deps): update actions/cache action to v5

This commit is contained in:
2025-12-11 21:47:30 +00:00
parent fdeb822e77
commit f93cb5ab96
5 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ jobs:
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Define cache for dependencies
with:
path: ./.venv

View File

@@ -37,7 +37,7 @@ jobs:
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Define cache for dependencies
with:
path: ./.venv

View File

@@ -37,7 +37,7 @@ jobs:
python-version: "${{ vars.PYTHON_VERSION }}"
- name: uv cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/.uv-cache
key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}

View File

@@ -36,7 +36,7 @@ jobs:
- name: Update Pip
run: pip install -U pip
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Define cache for dependencies
with:
path: .

View File

@@ -29,7 +29,7 @@ jobs:
- name: Update Pip
run: pip install -U pip
- uses: actions/cache@v4
- uses: actions/cache@v5
name: Define cache for dependencies
with:
path: .