From e666d32206c79ce0fc55175a7d00ccace4886c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:37:12 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) Updates `DavidAnson/markdownlint-cli2-action` from 16 to 17 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v16...v17) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/qa-scale-containers.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 668b66eb0..31e5e9c3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,7 +130,7 @@ jobs: - uses: actions/checkout@v4 - uses: docker/setup-buildx-action@v3 - name: Build and export ${{ matrix.name }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ./Containerfile.${{ matrix.name }} tags: ${{ matrix.tags }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1156eace6..c14012b5f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,7 +62,7 @@ jobs: password: ${{ secrets.QUAY_ROBOT_PASSWORD }} - name: Build and push ${{ matrix.name }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: platforms: linux/amd64,linux/arm64 push: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 789a14f83..cdaf34077 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: markdownlint-cli2-action - uses: DavidAnson/markdownlint-cli2-action@v16 + uses: DavidAnson/markdownlint-cli2-action@v17 with: globs: '**/*.md' diff --git a/.github/workflows/qa-scale-containers.yml b/.github/workflows/qa-scale-containers.yml index 1ff7683a2..7a9dd8984 100644 --- a/.github/workflows/qa-scale-containers.yml +++ b/.github/workflows/qa-scale-containers.yml @@ -86,7 +86,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Containerfile.nexd