File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1+ Bump the actions group with 2 updates
You can’t perform that action at this time.
0 commit comments