Skip to content

Commit ebca21e

Browse files
Upgrade version of actions/cache to v4
1 parent b6cac7b commit ebca21e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "CACHE=${{ secrets.CACHE_DATE }} ${{ runner.os }} $(python -VV |
4848
sha256sum | cut -d' ' -f1) ${{ hashFiles('pyproject.toml') }} ${{
4949
hashFiles('poetry.lock') }}" >> $GITHUB_ENV
50-
- uses: actions/cache@v2
50+
- uses: actions/cache@v4
5151
with:
5252
path: |
5353
.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)