Skip to content

Commit 0a1f5ec

Browse files
ci: bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4efc29 commit 0a1f5ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Checkout
9393
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9494
- name: Login to GitHub Packages
95-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
95+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
9696
with:
9797
registry: ghcr.io/ansys
9898
username: ${{ github.actor }}
@@ -154,7 +154,7 @@ jobs:
154154
pip install .[tests]
155155
156156
- name: Login to GitHub Packages
157-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
157+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
158158
with:
159159
registry: ghcr.io/ansys
160160
username: ${{ github.actor }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pip install .[tests]
4848
4949
- name: Login to GitHub Packages
50-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
50+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5151
with:
5252
registry: ghcr.io/ansys
5353
username: ${{ github.actor }}

0 commit comments

Comments
 (0)