Skip to content

Commit d50bd74

Browse files
chore(deps): update docker/login-action digest to 184bdaa
1 parent 02c12da commit d50bd74

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
@@ -32,7 +32,7 @@ jobs:
3232

3333
# doesn't work with plain token when pushing otherwise
3434
- name: Login to xpkg with robot
35-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
35+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
3636
with:
3737
registry: xpkg.upbound.io
3838
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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
38+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
3939
with:
4040
registry: xpkg.upbound.io
4141
username: ${{ env.UP_ROBOT_ID }}

0 commit comments

Comments
 (0)