Skip to content

Commit 7cc1c36

Browse files
ci: bump docker/login-action from 3.3.0 to 3.4.0 in the actions group (#3804)
* ci: bump docker/login-action from 3.3.0 to 3.4.0 in the actions group Bumps the actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 3804.maintenance.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 116fcd1 commit 7cc1c36

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/[email protected]
4646

4747
- name: "Login in Github container registry"
48-
uses: docker/login-action@v3.3.0
48+
uses: docker/login-action@v3.4.0
4949
with:
5050
registry: ghcr.io
5151
username: ${{ secrets.username }}

.github/workflows/linkchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/[email protected]
3535

3636
- name: "Login in Github container registry"
37-
uses: docker/login-action@v3.3.0
37+
uses: docker/login-action@v3.4.0
3838
with:
3939
registry: ghcr.io
4040
username: ${{ secrets.GH_USERNAME }}

.github/workflows/test-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/[email protected]
6666

6767
- name: "Login in Github container registry"
68-
uses: docker/login-action@v3.3.0
68+
uses: docker/login-action@v3.4.0
6969
with:
7070
registry: ghcr.io
7171
username: ${{ secrets.username }}

doc/changelog.d/3804.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: bump docker/login-action from 3.3.0 to 3.4.0 in the actions group

0 commit comments

Comments
 (0)