File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 paths :
77 - ' package-action/**'
88 - ' .github/workflows/package-docker-image.yaml'
9-
9+
1010jobs :
1111 build-docker-image :
1212 name : Build and push docker image
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : docker/login-action@v2
1717 with :
1818 username : ${{ secrets.BYD_DOCKERHUB_USER }}
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ outputs:
3131runs :
3232 using : ' composite'
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Download generated messaging helm values ⬇️
3636 if : ${{ inputs.has-messaging == 'true' }}
37- uses : actions/download-artifact@v3
37+ uses : actions/download-artifact@v4
3838 with :
3939 name : message-artifact-values
4040 path : build/message-artifacts-helm
You can’t perform that action at this time.
0 commit comments