Skip to content

Commit 821021e

Browse files
authored
Merge branch 'main' into dependabot/pip/main/ansys-sphinx-theme-0.11.1
2 parents 89527b9 + 321b7e6 commit 821021e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
124124
125125
- name: "Login in Github container registry"
126-
uses: docker/login-action@v2.1.0
126+
uses: docker/login-action@v2.2.0
127127
with:
128128
registry: ghcr.io
129129
username: ${{ secrets.GH_USERNAME }}
@@ -309,7 +309,7 @@ jobs:
309309
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
310310
311311
- name: "Login in Github container registry"
312-
uses: docker/login-action@v2.1.0
312+
uses: docker/login-action@v2.2.0
313313
with:
314314
registry: ghcr.io
315315
username: ${{ secrets.GH_USERNAME }}

.github/workflows/linkchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
5454
5555
- name: "Login in Github container registry"
56-
uses: docker/login-action@v2.1.0
56+
uses: docker/login-action@v2.2.0
5757
with:
5858
registry: ghcr.io
5959
username: ${{ secrets.GH_USERNAME }}

0 commit comments

Comments
 (0)