Skip to content

Commit 666732f

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 5ab2778 commit 666732f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)