Skip to content

Commit 59928da

Browse files
Bump docker/login-action from 2.1.0 to 2.2.0 (#118)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 358fa61 commit 59928da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
python -m pip install ansys-mapdl-core
113113
114114
- name: "Login in Github container registry"
115-
uses: docker/login-action@v2.1.0
115+
uses: docker/login-action@v2.2.0
116116
with:
117117
registry: ghcr.io
118118
username: ${{ secrets.GH_USERNAME }}
@@ -249,7 +249,7 @@ jobs:
249249
pip install .
250250
251251
- name: "Login in Github container registry"
252-
uses: docker/login-action@v2.1.0
252+
uses: docker/login-action@v2.2.0
253253
with:
254254
registry: ghcr.io
255255
username: ${{ secrets.GH_USERNAME }}

0 commit comments

Comments
 (0)