Skip to content

Commit 649d237

Browse files
authored
Merge pull request #774 from meejah/fix-actions
upgrade actions/cache to v4
2 parents f63e9e7 + eb737dd commit 649d237

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: ${{ matrix.python-version }}
3636

3737
- name: Use pip cache
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
path: ~\AppData\Local\pip\Cache
4141
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
@@ -130,7 +130,7 @@ jobs:
130130
python-version: ${{ matrix.python-version }}
131131

132132
- name: Use pip cache
133-
uses: actions/cache@v2
133+
uses: actions/cache@v4
134134
with:
135135
path: ~\AppData\Local\pip\Cache
136136
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}

newsfragments/773.minor

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)