Pin actions/cache action to 704facf

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-01-07 12:03:00 +00:00
parent b190d911c0
commit 6fdc2552e4

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 }}