Skip to content

Commit e1e45cf

Browse files
ci: bump the actions group with 2 updates (#4259)
* ci: bump the actions group with 2 updates Bumps the actions group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.5.0...v3.6.0) Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * chore: adding changelog file 4259.maintenance.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 4cde775 commit e1e45cf

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
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v5
8989

9090
- name: "Login in Github container registry"
91-
uses: docker/login-action@v3.5.0
91+
uses: docker/login-action@v3.6.0
9292
with:
9393
registry: ghcr.io
9494
username: ${{ secrets.username }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
pull-requests: write
104104
steps:
105105
- name: Suggest to add labels
106-
uses: peter-evans/create-or-update-comment@v4
106+
uses: peter-evans/create-or-update-comment@v5
107107
# Execute only when no labels have been applied to the pull request
108108
if: toJSON(github.event.pull_request.labels.*.name) == '{}' # Empty labels
109109
with:

.github/workflows/test-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@v5
8686

8787
- name: "Login in Github container registry"
88-
uses: docker/login-action@v3.5.0
88+
uses: docker/login-action@v3.6.0
8989
with:
9090
registry: ghcr.io
9191
username: ${{ secrets.username }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the actions group with 2 updates

0 commit comments

Comments
 (0)