You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/06/19 05:37:05 UTC

[incubator-nuttx] branch master updated: build(deps): bump docker/setup-buildx-action from 1 to 2

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 3921b9c337 build(deps): bump docker/setup-buildx-action from 1 to 2
3921b9c337 is described below

commit 3921b9c337a5e29085b0a4df49831ec418b0b253
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jun 19 03:43:30 2022 +0000

    build(deps): bump docker/setup-buildx-action from 1 to 2
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/docker_linux.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker_linux.yml b/.github/workflows/docker_linux.yml
index 85810b3baa..1c7f4e81f3 100644
--- a/.github/workflows/docker_linux.yml
+++ b/.github/workflows/docker_linux.yml
@@ -48,7 +48,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v1
+        uses: docker/setup-buildx-action@v2
 
       - name: Log into registry
         uses: docker/login-action@v1