Skip to content

Commit 966d104

Browse files
Bump docker/login-action from 3.7.0 to 4.0.0 (music-assistant#3307)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.7.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d2c48e commit 966d104

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
curl -OJ -H "Authorization: token ${TOKEN}" https://raw.githubusercontent.com/music-assistant/appvars/main/widevine_cdm_client/private_key.pem
2828
curl -OJ -H "Authorization: token ${TOKEN}" https://raw.githubusercontent.com/music-assistant/appvars/main/widevine_cdm_client/client_id.bin
2929
- name: Log in to the GitHub container registry
30-
uses: docker/login-action@v3.7.0
30+
uses: docker/login-action@v4.0.0
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.repository_owner }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
path: dist/
318318

319319
- name: Log in to the GitHub container registry
320-
uses: docker/login-action@v3.7.0
320+
uses: docker/login-action@v4.0.0
321321
with:
322322
registry: ghcr.io
323323
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)