From 905846119627ef0089502024975de476ac9622e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:37:01 +0000 Subject: [PATCH] Bump the gha-dependencies group with 3 updates Bumps the gha-dependencies group with 3 updates: [docker/bake-action](https://github.com/docker/bake-action), [actions/github-script](https://github.com/actions/github-script) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `docker/bake-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v7.0.0...v7.1.0) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/bake-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-dependencies - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5488806..6c6d1975 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: - name: Build and upload to ghcr.io 📤 id: build-upload - uses: docker/bake-action@v7.0.0 + uses: docker/bake-action@v7.1.0 env: # https://github.com/docker/bake-action/issues/239#issuecomment-3828170326 BUILDX_METADATA_PROVENANCE: disabled @@ -88,7 +88,7 @@ jobs: - name: Set output variables id: set-output - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: # We need to produce the following JSON string from the bake action output, # which is then used in follow-up steps to uniquelly identify the built diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4aea1a0..032ff1a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,7 +103,7 @@ jobs: needs: [publish-dockerhub] steps: - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 name: Create release with: generate_release_notes: true