Skip to content

Commit d2cb355

Browse files
Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cdf4be commit d2cb355

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
158158
159159
- name: Login in Github Container registry
160-
uses: docker/login-action@v1
160+
uses: docker/login-action@v2
161161
with:
162162
registry: ghcr.io
163163
username: ${{ secrets.GH_USERNAME }}
@@ -282,7 +282,7 @@ jobs:
282282
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
283283
284284
- name: Login in Github Container registry
285-
uses: docker/login-action@v1
285+
uses: docker/login-action@v2
286286
with:
287287
registry: ghcr.io
288288
username: ${{ secrets.GH_USERNAME }}

.github/workflows/nightly-doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
4646
4747
- name: Login in Github Container registry
48-
uses: docker/login-action@v1
48+
uses: docker/login-action@v2
4949
with:
5050
registry: ghcr.io
5151
username: ${{ secrets.GH_USERNAME }}

.github/workflows/nightly-mapdl-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
4545
4646
- name: Login in Github Container registry
47-
uses: docker/login-action@v1
47+
uses: docker/login-action@v2
4848
with:
4949
registry: ghcr.io
5050
username: ${{ secrets.GH_USERNAME }}

0 commit comments

Comments
 (0)