Skip to content

Commit 58c886a

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/build-push-action | v5.2.0 | v5.3.0 | | github-tags | docker/setup-buildx-action | v3.1.0 | v3.2.0 |
1 parent 5b3d4f4 commit 58c886a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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.1.0
15+
uses: docker/setup-buildx-action@v3.2.0
1616

1717
- name: Cache Docker layers
1818
uses: actions/[email protected]
@@ -24,7 +24,7 @@ jobs:
2424
2525
-
2626
name: Build and push
27-
uses: docker/build-push-action@v5.2.0
27+
uses: docker/build-push-action@v5.3.0
2828
with:
2929
context: .
3030
load: true

0 commit comments

Comments
 (0)