Skip to content

Commit 666a527

Browse files
chore(deps): update actions/cache action to v5
1 parent b1fd94d commit 666a527

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install poetry
4242
uses: abatilo/actions-poetry@v4
4343

44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v5
4545
with:
4646
path: ~/.cache/pypoetry/virtualenvs
4747
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
python-version: '3.14'
8484

85-
- uses: actions/cache@v4
85+
- uses: actions/cache@v5
8686
with:
8787
path: ~/.cache/pypoetry/virtualenvs
8888
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
python-version: '3.14'
134134

135-
- uses: actions/cache@v4
135+
- uses: actions/cache@v5
136136
with:
137137
path: ~/.cache/pypoetry/virtualenvs
138138
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
@@ -174,7 +174,7 @@ jobs:
174174
with:
175175
python-version: '3.14'
176176

177-
- uses: actions/cache@v4
177+
- uses: actions/cache@v5
178178
with:
179179
path: ~/.cache/pypoetry/virtualenvs
180180
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: '3.14'
2424

25-
- uses: actions/cache@v4
25+
- uses: actions/cache@v5
2626
with:
2727
path: ~/.cache/pypoetry/virtualenvs
2828
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: '3.14'
5555

56-
- uses: actions/cache@v4
56+
- uses: actions/cache@v5
5757
with:
5858
path: ~/.cache/pypoetry/virtualenvs
5959
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}

.github/workflows/semantic-release.yml

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

32-
- uses: actions/cache@v4
32+
- uses: actions/cache@v5
3333
with:
3434
path: ~/.cache/pypoetry/virtualenvs
3535
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)