From 63e915450578b972964b14776200401ca4787d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:20:32 +0000 Subject: [PATCH] Bump the monthly-updates group with 2 updates Bumps the monthly-updates group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...bcafcacb16a39f128d818304e6c9c0c18556b85f) Updates `ruby/setup-ruby` from 1.300.0 to 1.301.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/e65c17d16e57e481586a6a5a0282698790062f92...4c56a21280b36d862b5fc31348f463d60bdc55d5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: monthly-updates - dependency-name: ruby/setup-ruby dependency-version: 1.301.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: monthly-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 6 +++--- .github/workflows/windows.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 0730248..553560b 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -99,7 +99,7 @@ jobs: done - name: Build and push for amd64 if: ${{ env.AMD64TAGS }} - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ${{ env.CONTEXT }} provenance: false @@ -110,7 +110,7 @@ jobs: outputs: oci-mediatypes=false - name: Build and push for arm64 if: ${{ env.ARM64TAGS }} - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ${{ env.CONTEXT }} provenance: false @@ -123,7 +123,7 @@ jobs: outputs: oci-mediatypes=false - name: Build and push for armhf if: ${{ env.ARMHFTAGS }} - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ${{ env.CONTEXT }} provenance: false diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5c1c940..89929c4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,7 +25,7 @@ jobs: runs-on: windows-${{ matrix.os-version }} steps: - name: Set up Ruby - uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0 + uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0 with: ruby-version: 3.4 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2