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 @@ -348,7 +348,7 @@ jobs:
348348 contents : write
349349 steps :
350350 - name : " Download the library artifacts from build-library step"
351- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
351+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
352352 with :
353353 name : ${{ env.PACKAGE_NAME }}-artifacts
354354 path : ${{ env.PACKAGE_NAME }}-artifacts
Original file line number Diff line number Diff line change 8888 uses : actions/checkout@v4.2.2
8989
9090 - name : " Login in Github container registry"
91- uses : docker/login-action@v3.4 .0
91+ uses : docker/login-action@v3.5 .0
9292 with :
9393 registry : ghcr.io
9494 username : ${{ secrets.username }}
Original file line number Diff line number Diff line change 8585 uses : actions/checkout@v4.2.2
8686
8787 - name : " Login in Github container registry"
88- uses : docker/login-action@v3.4 .0
88+ uses : docker/login-action@v3.5 .0
8989 with :
9090 registry : ghcr.io
9191 username : ${{ secrets.username }}
Original file line number Diff line number Diff line change 1+ Ci: bump the actions group with 2 updates
You can’t perform that action at this time.
0 commit comments