Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 911ec1f

Browse files
Merge pull request #459 from CSCfi/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2 parents b3e0b6c + 2fa4de8 commit 911ec1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/int.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install requests
3535
3636
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v2
37+
uses: docker/setup-buildx-action@v3
3838
with:
3939
driver-opts: network=host
4040

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v2
20+
uses: docker/setup-buildx-action@v3
2121

2222
- name: Login to DockerHub
2323
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)