Skip to content

Commit a30d075

Browse files
authored
Merge pull request #81 from scaleway/dependabot/github_actions/crazy-max/ghaction-docker-buildx-3
chore: bump crazy-max/ghaction-docker-buildx from 1 to 3
2 parents f0fba16 + 128ccb5 commit a30d075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo service docker restart
2323
- name: Set up Docker Buildx
2424
id: buildx
25-
uses: crazy-max/ghaction-docker-buildx@v1
25+
uses: crazy-max/ghaction-docker-buildx@v3
2626
with:
2727
version: latest
2828
- name: Docker login

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo service docker restart
2323
- name: Set up Docker Buildx
2424
id: buildx
25-
uses: crazy-max/ghaction-docker-buildx@v1
25+
uses: crazy-max/ghaction-docker-buildx@v3
2626
with:
2727
version: latest
2828
- name: Docker login

0 commit comments

Comments
 (0)