Skip to content

Commit

Permalink
Renovate Update docker/setup-buildx-action digest to 0f069dd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent bc4f0f8 commit 149c4ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871 # pin@v3

- name: set up docker buildx
uses: docker/setup-buildx-action@edfb0fe6204400c56fbfd3feba3fe9ad1adfa345
uses: docker/setup-buildx-action@0f069ddc17b8eb78586b08a7fe335fd54649e2d3

- name: export dates
id: cache-dates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_unit-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871 # pin@v3

- name: set up docker buildx
uses: docker/setup-buildx-action@edfb0fe6204400c56fbfd3feba3fe9ad1adfa345
uses: docker/setup-buildx-action@0f069ddc17b8eb78586b08a7fe335fd54649e2d3

- name: cache docker layers
id: cache-docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_unit-tests-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871 # pin@v3

- name: set up docker buildx
uses: docker/setup-buildx-action@edfb0fe6204400c56fbfd3feba3fe9ad1adfa345
uses: docker/setup-buildx-action@0f069ddc17b8eb78586b08a7fe335fd54649e2d3

- name: download resources artifact
uses: actions/download-artifact@d0ce8fd1167ed839810201de977912a090ab10a7
Expand Down

0 comments on commit 149c4ed

Please sign in to comment.