Skip to content

Commit dfc1859

Browse files
chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 (#203)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ea9299 commit dfc1859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
133133
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
134134
- name: Login to GitHub Container Registry
135-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
135+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
136136
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
137137
with:
138138
registry: ghcr.io

0 commit comments

Comments
 (0)