Skip to content

Commit c10cac1

Browse files
chore(deps): update docker/login-action digest to 5e57cd1 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19fde9e commit c10cac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

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

3434
# doesn't work with plain token when pushing otherwise
3535
- name: Login to xpkg with robot
36-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
36+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
3737
with:
3838
registry: ${{ env.XPKG_REGISTRY }}
3939
username: ${{ env.UP_ROBOT_ID }}

.github/workflows/e2e.yaml

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

3636
# doesn't work with plain token when pushing otherwise
3737
- name: Login to xpkg with robot
38-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
38+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
3939
with:
4040
registry: xpkg.upbound.io
4141
username: ${{ env.UP_ROBOT_ID }}

0 commit comments

Comments
 (0)