Skip to content

Commit 575ff91

Browse files
chore(deps): Bump docker/login-action from 3.2.0 to 3.3.0 (#933)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6bca97 commit 575ff91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flow-deploy-release-artifact.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
126126

127127
- name: Login to GitHub Container Registry
128-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
128+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
129129
with:
130130
registry: ${{ env.REGISTRY }}
131131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)