From 17c897ac8e805d302740121816109fa78375ca5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:47:44 +0000 Subject: [PATCH] Bump docker/login-action from 1 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 635bf6a..db1a654 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,13 +33,13 @@ jobs: rm upx-3.96-amd64_linux.tar.xz upx -V - name: GHCR Login - uses: docker/login-action@v1 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Docker Hub Login - uses: docker/login-action@v1 + uses: docker/login-action@v4 with: username: mszostok password: ${{ secrets.DOCKER_HUB_TOKEN }}