Pin actions/cache action to 704facf (#19)
All checks were successful
Build and push container image / build (push) Successful in 7m34s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-01-07 12:03:16 +00:00 committed by Renovate
parent b190d911c0
commit 7ca14fcf37

View File

@ -19,7 +19,7 @@ jobs:
apt install -y docker-ce docker-ce-cli containerd.io
- name: Setup the build cache
uses: actions/cache@v3 # v3.3.2
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}