Skip to content

Commit b8b01d8

Browse files
Bump docker/login-action from 3.7.0 to 4.0.0 (#98)
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 20f325b commit b8b01d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
find . -name Dockerfile -print0 | xargs -0 sed -i -E "s/^(ENV GITHUB_CLI_VERSION=).*$/\1${{ env.gh_version }}/g"
5454
5555
- name: Login to GitHub Container Registry
56-
uses: docker/login-action@v3.7.0
56+
uses: docker/login-action@v4.0.0
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}

0 commit comments

Comments
 (0)