Skip to content

Commit 0491ef4

Browse files
Update docker/setup-buildx-action action to v3.6.1
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/setup-buildx-action | v3.5.0 | v3.6.1 |
1 parent 81d909e commit 0491ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Set up Docker Buildx
15-
uses: docker/setup-buildx-action@v3.5.0
15+
uses: docker/setup-buildx-action@v3.6.1
1616

1717
- name: Cache Docker layers
1818
uses: actions/[email protected]

0 commit comments

Comments
 (0)