Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 2 to 3 (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent b7850f3 commit 37a11bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 37a11bf

Please sign in to comment.