Skip to content

Commit eccc4e5

Browse files
authored
Merge pull request #178 from dimastbk/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 83c54c6 + d095cff commit eccc4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- id: cache-py
6767
name: cache python
68-
uses: actions/cache@v4
68+
uses: actions/cache@v5
6969
with:
7070
path: ${{ env.pythonLocation }}
7171
key: >
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
python-version: "3.14"
110110

111-
- uses: actions/cache@v4
111+
- uses: actions/cache@v5
112112
id: cache-py
113113
name: cache python
114114
with:

0 commit comments

Comments
 (0)