From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:39:55 +0000 (+0100) Subject: Bump docker/login-action from 3.0.0 to 3.1.0 (#1138) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=bed877a94d682c1970ff664e5ad3911dae033582;p=music-assistant-server.git Bump docker/login-action from 3.0.0 to 3.1.0 (#1138) Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7d91a62..a7ac5f1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Log in to the GitHub container registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ github.repository_owner }}