Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump docker/login-action from 3.7.0 to 4.0.0 in /apko-snapshot
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@c94ce9f...b45d80f)

---
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>
  • Loading branch information
dependabot[bot] authored Mar 9, 2026
commit c05e2da7ad5cb6de5c8e31d34e81bd2da9a8cbde
2 changes: 1 addition & 1 deletion apko-snapshot/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ runs:
annotations: ${{ inputs.annotations }}
source-date-epoch: ${{ inputs.source-date-epoch }}

- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
with:
registry: ${{ inputs.registry }}
username: ${{ inputs.username }}
Expand Down
Loading