Skip to content

Commit db453b7

Browse files
chore(deps): bump docker/setup-buildx-action from 3 to 4 (Sofie-Automation#1674)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ced9d5 commit db453b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
cd meteor/bundle/programs/server
162162
meteor npm install
163163
- name: Set up Docker Buildx
164-
uses: docker/setup-buildx-action@v3
164+
uses: docker/setup-buildx-action@v4
165165

166166
# Check how the image should be built and pushed
167167
- name: Determine if images should be published to DockerHub
@@ -334,7 +334,7 @@ jobs:
334334
yarn run pinst --disable
335335
yarn workspaces focus ${{ matrix.gateway-name }} --production
336336
- name: Set up Docker Buildx
337-
uses: docker/setup-buildx-action@v3
337+
uses: docker/setup-buildx-action@v4
338338

339339
# Check how the image should be built and pushed
340340
- name: Determine if images should be published to DockerHub

0 commit comments

Comments
 (0)