Skip to content

Commit e9958e8

Browse files
Update docker/setup-buildx-action action to v3.1.0
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/setup-buildx-action | v3.0.0 | v3.1.0 |
1 parent 2f51ff1 commit e9958e8

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.0.0
15+
uses: docker/setup-buildx-action@v3.1.0
1616

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

0 commit comments

Comments
 (0)