1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-07-04 22:32:36 +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 |
sha256sum | cut -d' ' -f1) ${{ hashFiles('pyproject.toml') }} ${{
hashFiles('poetry.lock') }}" >> $GITHUB_ENV
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
.cache.~
@ -74,7 +74,7 @@ jobs:
steps:
# Set up Docker Environment
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
/tmp/.buildx-cache