Skip to content

Commit 0c61f90

Browse files
Merge pull request #17 from Tecnativa/upd-actions
[UPD] cache actions to v4
2 parents 89d6335 + 3ae9345 commit 0c61f90

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
@@ -48,7 +48,7 @@ jobs:
4848
echo "CACHE=${{ secrets.CACHE_DATE }} ${{ runner.os }} $(python -VV |
4949
sha256sum | cut -d' ' -f1) ${{ hashFiles('pyproject.toml') }} ${{
5050
hashFiles('poetry.lock') }}" >> $GITHUB_ENV
51-
- uses: actions/cache@v2
51+
- uses: actions/cache@v4
5252
with:
5353
path: |
5454
.cache.~
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
# Set up Docker Environment
7676
- uses: actions/checkout@v2
77-
- uses: actions/cache@v2
77+
- uses: actions/cache@v4
7878
with:
7979
path: |
8080
/tmp/.buildx-cache

0 commit comments

Comments
 (0)