1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-07-05 14:52:35 +00:00

Upgrade version of actions/cache to v4

This commit is contained in:
Niklas Teichmann 2025-06-30 11:12:19 +02:00
parent b6cac7b4fd
commit ebca21ec95

View File

@ -47,7 +47,7 @@ jobs:
echo "CACHE=${{ secrets.CACHE_DATE }} ${{ runner.os }} $(python -VV | echo "CACHE=${{ secrets.CACHE_DATE }} ${{ runner.os }} $(python -VV |
sha256sum | cut -d' ' -f1) ${{ hashFiles('pyproject.toml') }} ${{ sha256sum | cut -d' ' -f1) ${{ hashFiles('pyproject.toml') }} ${{
hashFiles('poetry.lock') }}" >> $GITHUB_ENV hashFiles('poetry.lock') }}" >> $GITHUB_ENV
- uses: actions/cache@v2 - uses: actions/cache@v4
with: with:
path: | path: |
.cache.~ .cache.~
@ -74,7 +74,7 @@ jobs:
steps: steps:
# Set up Docker Environment # Set up Docker Environment
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/cache@v2 - uses: actions/cache@v4
with: with:
path: | path: |
/tmp/.buildx-cache /tmp/.buildx-cache