Pin actions/cache action to 704facf #19

Merged
Renovate merged 1 commits from renovate/pin-dependencies into master 2024-01-07 07:03:17 -05:00
Showing only changes of commit 6fdc2552e4 - Show all commits

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