Skip to content

Commit c8703b7

Browse files
authored
update versions of docker build actions
1 parent 7a47514 commit c8703b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/desc-python-bleed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Set up Docker Buildx
5757
id: buildx
58-
uses: docker/setup-buildx-action@v2
58+
uses: docker/setup-buildx-action@v3
5959

6060
- name: pull old build
6161
run: |
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Build
6767
id: docker_build
68-
uses: docker/build-push-action@v3
68+
uses: docker/build-push-action@v5
6969
with:
7070
context: .
7171
build-args: |

0 commit comments

Comments
 (0)