Skip to content

Commit 4845584

Browse files
authored
Update cicd_deploy.yml
1 parent ad46c8a commit 4845584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# https://github.com/docker/login-action
5353
- name: Log into registry ${{ env.REGISTRY }}
5454
if: github.event_name != 'pull_request'
55-
uses: docker/login-action@v3.4
55+
uses: docker/login-action@v2
5656
with:
5757
registry: ${{ env.REGISTRY }}
5858
username: ${{ github.actor }}
@@ -114,4 +114,4 @@ jobs:
114114
run: make build
115115

116116
- name: pypi-publish
117-
uses: pypa/[email protected]
117+
uses: pypa/[email protected]

0 commit comments

Comments
 (0)