Upgrade actions/cache to version 4

Updated cache action version from v2.1.6 to v4 in Docker workflow.
This commit is contained in:
Red5d
2026-02-26 00:35:46 -05:00
committed by GitHub
parent 6c70d7c75f
commit 64c7868bba

View File

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