File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 permissions :
99 contents : read
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - name : Set up JDK 25
13- uses : graalvm /setup-java@v1
13+ uses : actions /setup-java@v5
1414 with :
1515 java-version : ' 25'
1616 distribution : ' temurin'
2121 permissions :
2222 contents : read
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - name : Set up JDK 25
2626 uses : graalvm/setup-graalvm@v1
2727 with :
3838 - nativetest
3939 if : ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v6
4242 - name : Set up JDK 25
4343 uses : graalvm/setup-graalvm@v1
4444 with :
5656 dockerhub_username : ${{ secrets.DOCKERHUB_USERNAME }}
5757 if : env.dockerhub_username != null
5858 - name : Login to DockerHub
59- uses : docker/login-action@v3
59+ uses : docker/login-action@v4
6060 with :
6161 username : ${{ secrets.DOCKERHUB_USERNAME }}
6262 password : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments