From f27cf8fe389f5dc2ecbbf0b9ee66404c81a72590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:20:14 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 2.1.0 to 3.5.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/f4ef78c080cd8ba55a85445d5b36e214a81df20a...184bdaa0721073962dff0199f1fb9940f07167d1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b51b66..7635c6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: anchore/sbom-action/download-syft@v0.14.1 - name: ghcr-login if: startsWith(github.ref, 'refs/tags/v') - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 with: registry: ghcr.io username: ${{ github.repository_owner }}