Skip to content

Commit 583deff

Browse files
chore(deps): update docker/login-action action to v4.5.0 (#178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ec364a commit 583deff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Log in to GHCR
4545
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
46-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
46+
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.actor }}

0 commit comments

Comments
 (0)