Skip to content

Commit 2633ca9

Browse files
Update docker/setup-buildx-action action to v4
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/setup-buildx-action | v3.6.1 | v4.0.0 |
1 parent 0491ef4 commit 2633ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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.6.1
15+
uses: docker/setup-buildx-action@v4.0.0
1616

1717
- name: Cache Docker layers
1818
uses: actions/cache@v4.0.2

0 commit comments

Comments
 (0)