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 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check out repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Set up JDK
19- uses : actions/setup-java@v4
19+ uses : actions/setup-java@v5
2020 with :
2121 check-latest : true
2222 distribution : temurin
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Check out repository
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 - name : Set up cache
4848 uses : actions/cache@v4
4949 env :
6060 # Publish snapshot
6161 - name : Set up JDK 17 for publishing a snapshot
6262 if : github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT')
63- uses : actions/setup-java@v4
63+ uses : actions/setup-java@v5
6464 with :
6565 check-latest : true
6666 distribution : temurin
7777 # Publish release
7878 - name : Set up JDK 17 for publishing a release
7979 if : github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT')
80- uses : actions/setup-java@v4
80+ uses : actions/setup-java@v5
8181 with :
8282 check-latest : true
8383 distribution : temurin
You can’t perform that action at this time.
0 commit comments