Update cache action in release workflow (#21231)

This commit is contained in:
Pascal Jufer
2024-01-29 11:22:12 +01:00
committed by GitHub
parent 8b548c991e
commit 12290b6031

View File

@@ -80,7 +80,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}