diff --git a/.github/workflows/cd-beta.yaml b/.github/workflows/cd-beta.yaml index 63d40be..6abb8b9 100644 --- a/.github/workflows/cd-beta.yaml +++ b/.github/workflows/cd-beta.yaml @@ -53,7 +53,7 @@ jobs: key: cache-${{ hashFiles('Dockerfile') }}-${{ hashFiles('Cargo.*') }} - name: inject cache into docker # v3.0.0のcommitを指定 - uses: reproducible-containers/buildkit-cache-dance@0fc239dcc207d7ce9fd659f4f92fefb84549c182 + uses: reproducible-containers/buildkit-cache-dance@61bd187f75f25d38e056fdd48506fac777c6ebec with: cache-map: | { diff --git a/.github/workflows/cd-staging.yaml b/.github/workflows/cd-staging.yaml index 82917d1..571bb01 100644 --- a/.github/workflows/cd-staging.yaml +++ b/.github/workflows/cd-staging.yaml @@ -53,7 +53,7 @@ jobs: key: cache-${{ hashFiles('Dockerfile') }}-${{ hashFiles('Cargo.*') }} - name: inject cache into docker # v3.0.0のcommitを指定 - uses: reproducible-containers/buildkit-cache-dance@0fc239dcc207d7ce9fd659f4f92fefb84549c182 + uses: reproducible-containers/buildkit-cache-dance@61bd187f75f25d38e056fdd48506fac777c6ebec with: cache-map: | { diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index b3888f7..dbebc1a 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -52,7 +52,7 @@ jobs: key: cache-${{ hashFiles('Dockerfile') }}-${{ hashFiles('Cargo.*') }} - name: inject cache into docker # v3.0.0のcommitを指定 - uses: reproducible-containers/buildkit-cache-dance@0fc239dcc207d7ce9fd659f4f92fefb84549c182 + uses: reproducible-containers/buildkit-cache-dance@61bd187f75f25d38e056fdd48506fac777c6ebec with: cache-map: | {