We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0098f commit 860924fCopy full SHA for 860924f
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "CACHE=${{ secrets.CACHE_DATE }} ${{ runner.os }} $(python -VV |
46
sha256sum | cut -d' ' -f1) ${{ hashFiles('pyproject.toml') }} ${{
47
hashFiles('poetry.lock') }}" >> $GITHUB_ENV
48
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
49
with:
50
path: |
51
.cache.~
@@ -85,7 +85,7 @@ jobs:
85
steps:
86
# Set up Docker Environment
87
- uses: actions/checkout@v4
88
89
90
91
/tmp/.buildx-cache
0 commit comments