Skip to content

Commit 8c591ba

Browse files
chore(deps): bump docker/login-action in the github-actions group
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d91357 commit 8c591ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
echo 'EOF' >> "$GITHUB_OUTPUT"
266266
267267
- name: Log in to DockerHub
268-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
268+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
269269
with:
270270
username: "docker"
271271
password: ${{ secrets.ORG_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)