From ff45de3b3881fc6f4587555d2c3fb14b795407f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:56:45 +0000 Subject: [PATCH] Bump AlmaLinux/atomic-ci/.github/workflows/create-release.yml Bumps [AlmaLinux/atomic-ci/.github/workflows/create-release.yml](https://github.com/almalinux/atomic-ci) from 10 to 11. - [Commits](https://github.com/almalinux/atomic-ci/compare/v10...v11) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/create-release.yml dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06ffb0b..fc4afc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: name: Create Release needs: [set-env, build-image, test-image, promote-image] if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} - uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v11 with: image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}" version: ${{ needs.build-image.outputs.version }}