Skip to content

Commit

Permalink
chore(deps): update reproducible-containers/buildkit-cache-dance dige…
Browse files Browse the repository at this point in the history
…st to 5b6db76
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent ce702e4 commit f19f4f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@5b6db76d1da5c8b307d5d2e0706d266521b710de
with:
cache-map: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@5b6db76d1da5c8b307d5d2e0706d266521b710de
with:
cache-map: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@5b6db76d1da5c8b307d5d2e0706d266521b710de
with:
cache-map: |
{
Expand Down

0 comments on commit f19f4f0

Please sign in to comment.