We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cac7b commit ebca21eCopy full SHA for ebca21e
1 file changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
echo "CACHE=${{ secrets.CACHE_DATE }} ${{ runner.os }} $(python -VV |
48
sha256sum | cut -d' ' -f1) ${{ hashFiles('pyproject.toml') }} ${{
49
hashFiles('poetry.lock') }}" >> $GITHUB_ENV
50
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
51
with:
52
path: |
53
.cache.~
@@ -74,7 +74,7 @@ jobs:
74
steps:
75
# Set up Docker Environment
76
- uses: actions/checkout@v2
77
78
79
80
/tmp/.buildx-cache
0 commit comments