Skip to content

Commit

Permalink
deps: update docker/setup-buildx-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ckotzbauer committed May 7, 2022
1 parent e7ea03c commit 78ec4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 78ec4f1

Please sign in to comment.