diff --git a/.github/workflows/cd-beta.yaml b/.github/workflows/cd-beta.yaml index 63d40be..468c772 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@7c892679bab8ff382a8c88ab7f973d5e30a8f239 with: cache-map: | { diff --git a/.github/workflows/cd-staging.yaml b/.github/workflows/cd-staging.yaml index 82917d1..eb46533 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@7c892679bab8ff382a8c88ab7f973d5e30a8f239 with: cache-map: | { diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index b3888f7..d064145 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@7c892679bab8ff382a8c88ab7f973d5e30a8f239 with: cache-map: | {