File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6868
6969 - name : Log in to the Github Container registry
7070 if : ${{ matrix.component == 'localega-tsd-proxy' || matrix.component == 'tsd-api-mock' || matrix.component == 'cega-mock' || matrix.component == 'mq-interceptor' }}
71- uses : docker/login-action@v3
71+ uses : docker/login-action@v4
7272 with :
7373 registry : ghcr.io
7474 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Log in to the Github Container registry
110110 if : ${{ matrix.component == 'localega-tsd-proxy' || matrix.component == 'tsd-api-mock' || matrix.component == 'cega-mock' || matrix.component == 'mq-interceptor' }}
111- uses : docker/login-action@v3
111+ uses : docker/login-action@v4
112112 with :
113113 registry : ghcr.io
114114 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments