Skip to content

Commit f0913e1

Browse files
authored
Merge pull request #142 from com-pas/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2 parents 3524717 + ed17329 commit f0913e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Set up Docker Buildx
3131
id: buildx
32-
uses: docker/setup-buildx-action@v2
32+
uses: docker/setup-buildx-action@v3
3333

3434
- name: Start containers
3535
run: docker-compose -f "compas/docker-compose-postgresql.yml" up -d --build

0 commit comments

Comments
 (0)