Skip to content

Commit 4ca5264

Browse files
chore(deps): update docker/login-action action to v4.6.0
1 parent 6c657a5 commit 4ca5264

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_build-cell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Log in to ghcr.io
5959
if: inputs.push_artifacts
60-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
60+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
6161
with:
6262
registry: ${{ inputs.registry }}
6363
username: ${{ github.actor }}
@@ -134,7 +134,7 @@ jobs:
134134
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
135135

136136
- name: Log in to ghcr.io
137-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
137+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
138138
with:
139139
registry: ${{ inputs.registry }}
140140
username: ${{ github.actor }}

0 commit comments

Comments
 (0)