Skip to content

Commit 1f931a2

Browse files
authored
Merge pull request #182 from taigaio/cha/20250108/update-github-actions
chore: Update github actions cache version
2 parents 31e7706 + 45609eb commit 1f931a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests-and-coverall.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: ${{ matrix.python-version }}
4646

4747
- name: Enable cache
48-
uses: actions/cache@v1
48+
uses: actions/cache@v4
4949
with:
5050
path: ~/.cache/pip
5151
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)