Chore(deps): Bump docker/login-action from 3.3.0 to 3.4.0 (#2039)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 15 Mar 2025 14:43:34 +0000 (15:43 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Mar 2025 14:43:34 +0000 (15:43 +0100)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-base-image.yml
.github/workflows/release.yml

index e474246d29e079d471dd43cf4fa0ae0cec2b6e34..38d45a6e3da27c054426301dd01c4af6b17159b6 100644 (file)
@@ -27,7 +27,7 @@ jobs:
           curl -OJ -H "Authorization: token ${TOKEN}" https://raw.githubusercontent.com/music-assistant/appvars/main/widevine_cdm_client/private_key.pem
           curl -OJ -H "Authorization: token ${TOKEN}" https://raw.githubusercontent.com/music-assistant/appvars/main/widevine_cdm_client/client_id.bin
       - name: Log in to the GitHub container registry
-        uses: docker/login-action@v3.3.0
+        uses: docker/login-action@v3.4.0
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}
index 4948948e33c8cdc8f458065e4487ece05098a4e6..6df2049a43ac0cd8718e5713d2755c80d3f928bf 100644 (file)
@@ -97,7 +97,7 @@ jobs:
           name: release-dists
           path: dist/
       - name: Log in to the GitHub container registry
-        uses: docker/login-action@v3.3.0
+        uses: docker/login-action@v3.4.0
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}