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:
parent
b6cac7b4fd
commit
ebca21ec95
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user