Skip to content

Commit 7c66b06

Browse files
chore(deps): update actions/cache action to v5
1 parent 7822f55 commit 7c66b06

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: "3.14"
2828

29-
- uses: actions/cache@v4
29+
- uses: actions/cache@v5
3030
with:
3131
path: ~/.cache/pipenv
3232
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
@@ -53,7 +53,7 @@ jobs:
5353
id: pip-cache
5454
run: echo "PIP_CACHE_DIR=$(pip cache dir)" | tee -a "${GITHUB_OUTPUT}"
5555

56-
- uses: actions/cache@v4
56+
- uses: actions/cache@v5
5757
with:
5858
path: ${{ steps.pip-cache.outputs.PIP_CACHE_DIR }}
5959
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: pip-cache
2727
run: echo "PIP_CACHE_DIR=$(pip cache dir)" | tee -a "${GITHUB_OUTPUT}"
2828

29-
- uses: actions/cache@v4
29+
- uses: actions/cache@v5
3030
with:
3131
path: ${{ steps.pip-cache.outputs.PIP_CACHE_DIR }}
3232
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)