From 37c4d34665b463c6a497ce50e6aa977e8e9252fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:18:54 +0000 Subject: [PATCH] Bump the ci group with 2 updates Bumps the ci group with 2 updates: [controlplaneio-fluxcd/flux-operator](https://github.com/controlplaneio-fluxcd/flux-operator) and [docker/login-action](https://github.com/docker/login-action). Updates `controlplaneio-fluxcd/flux-operator` from 0.46.0 to 0.48.0 - [Release notes](https://github.com/controlplaneio-fluxcd/flux-operator/releases) - [Commits](https://github.com/controlplaneio-fluxcd/flux-operator/compare/4bf945a7eaf7a410189918c03ef0c1f5eff0d7ff...8fc996ab460c0aee9e02397fefaad1ff78f4e7bb) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121) --- updated-dependencies: - dependency-name: controlplaneio-fluxcd/flux-operator dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 495161d..ca44715 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,11 +18,11 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install flux - uses: controlplaneio-fluxcd/flux-operator/actions/setup@4bf945a7eaf7a410189918c03ef0c1f5eff0d7ff # v0.46.0 + uses: controlplaneio-fluxcd/flux-operator/actions/setup@8fc996ab460c0aee9e02397fefaad1ff78f4e7bb # v0.48.0 - name: Install cosign uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1 - name: Login to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}