Skip to content

Commit

Permalink
Update docker/setup-buildx-action action to v3
Browse files Browse the repository at this point in the history
| datasource  | package                    | from | to |
| ----------- | -------------------------- | ---- | -- |
| github-tags | docker/setup-buildx-action | v1   | v3 |
  • Loading branch information
renovate[bot] committed Jul 13, 2024
1 parent 546efc1 commit 8ac34fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forms-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Docker BuildX
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to Github Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 8ac34fb

Please sign in to comment.