diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-27 22:49:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 21:49:42 +0000 |
| commit | b1d5216a5603d10ea3665101f0033b121603c595 (patch) | |
| tree | 81adf179b1e1354f5b30c544a0f794cb81e2f7ff /.github | |
| parent | ba531c371e61e34607bb1e3aa911e2529dac7b35 (diff) | |
Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#3514)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 36dba235..20adf6c4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v3.0.0 + uses: docker/setup-buildx-action@v3.1.0 with: platforms: ${{ env.PLATFORMS }} |
