Skip to content

Commit 99652f1

Browse files
Bump docker/login-action from 1 to 2 (#38)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 873aaa2 commit 99652f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: pip install .
8383

8484
- name: Login to GitHub Packages
85-
uses: docker/login-action@v1
85+
uses: docker/login-action@v2
8686
with:
8787
registry: ghcr.io/pyansys/pyoptics
8888
username: ${{ github.actor }}

0 commit comments

Comments
 (0)