diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-08 13:59:15 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-08 13:59:15 +0000 |
| commit | f36f67a3c6f0c0f51745e9baa5768ec5dbb6f476 (patch) | |
| tree | c9468a6beb23dc86716eb58151a047c1cfe68dd6 /.github | |
| parent | fbe8d6c241016e234a791f3280145c17052b56e1 (diff) | |
deps(actions): bump docker/setup-buildx-action from 3.3.0 to 3.4.0dependabot/github_actions/docker/setup-buildx-action-3.4.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/d70bba72b1f3fd22344832f00baa16ece964efeb...4fd812986e6c8c2a69e18311145f9371337f27d4)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-image.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 82e5fc6..d938f06 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -47,7 +47,7 @@ jobs: ${{ inputs.extra_tags }} - name: Setup Docker Buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 - name: Get akmods signing key if: github.event_name != 'pull_request' |
