mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump docker/setup-buildx-action from 1 to 1.3.0 (#1546)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 1.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v1.3.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b6bd7d1673
commit
1fbefb8e9d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy-PROD.yml
vendored
2
.github/workflows/deploy-PROD.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
# Setup Docker build X #
|
||||
########################
|
||||
- name: Setup BuildX
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v1.3.0
|
||||
|
||||
###############################
|
||||
# Login to DockerHub registry #
|
||||
|
|
2
.github/workflows/deploy-RELEASE.yml
vendored
2
.github/workflows/deploy-RELEASE.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
# Setup Docker build X #
|
||||
########################
|
||||
- name: Setup BuildX
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v1.3.0
|
||||
|
||||
###############################
|
||||
# Login to DockerHub registry #
|
||||
|
|
Loading…
Reference in a new issue