File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 build-publish :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Build and push Docker images
12- uses : docker/build-push-action@v6.16 .0
12+ uses : docker/build-push-action@v6.18 .0
1313 with :
1414 username : ${{ secrets.DOCKER_USERNAME }}
1515 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - name : Set up JDK 17
1111 uses : actions/setup-java@v4
1212 with :
2525 needs : [build]
2626 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - name : Set up JDK 17
3030 uses : actions/setup-java@v4
3131 with :
4040 - name : Docker Login
4141 # You may pin to the exact commit or the version.
4242 # uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
43- uses : docker/login-action@v3.4 .0
43+ uses : docker/login-action@v3.5 .0
4444 with :
4545 username : ${{ secrets.DOCKER_USERNAME }}
4646 password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments