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

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 2d24d748 Bump docker/build-push-action from 3 to 5 (#1658)
2d24d748 is described below

commit 2d24d7487bebe49d3aeda07bf34b5f35ce20a3d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 14 16:15:11 2023 +0100

    Bump docker/build-push-action from 3 to 5 (#1658)
    
    Bumps 
[docker/build-push-action](https://github.com/docker/build-push-action) from 3 
to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7178b3dd..d20f7b69 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -655,7 +655,7 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v3
       - name: Build Debian image
-        uses: docker/build-push-action@v3
+        uses: docker/build-push-action@v5
         with:
           file: dockerfiles/Dockerfile-debian
           context: .


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to