diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 345a77b..bcf42d4 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -47,7 +47,7 @@ jobs: - name: cache docker layers id: cache-docker - uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 # pin@v3.0.8 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # pin@v3.0.8 with: path: /tmp/.buildx-cache key: ${{ matrix.svc_name }}-${{ inputs.branch_name }}-${{ steps.cache-dates.outputs.cache_date_today }}-${{ github.sha }}