Skip to content

Commit

Permalink
Merge pull request #182 from taigaio/cha/20250108/update-github-actions
Browse files Browse the repository at this point in the history
chore: Update github actions cache version
  • Loading branch information
CarlosLVar authored Jan 8, 2025
2 parents 31e7706 + 45609eb commit 1f931a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-and-coverall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Enable cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit 1f931a2

Please sign in to comment.