diff --git a/.github/workflows/registry.yaml b/.github/workflows/registry.yaml index 408688f0b41..20585329cb4 100644 --- a/.github/workflows/registry.yaml +++ b/.github/workflows/registry.yaml @@ -32,7 +32,7 @@ jobs: echo ::set-output name=VERSION::${VERSION} - name: Install Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to DockerHub uses: docker/login-action@v3 with: @@ -58,7 +58,7 @@ jobs: echo ::set-output name=VERSION::${VERSION} - name: Install Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to DockerHub uses: docker/login-action@v3 with: @@ -85,7 +85,7 @@ jobs: echo ::set-output name=VERSION::${VERSION} - name: Install Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to DockerHub uses: docker/login-action@v3 with: diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index 31dc32bb5d2..2805dd3829c 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Build image run: |