File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545
4646 - name : Setup java
47- uses : actions/setup-java@v4
47+ uses : actions/setup-java@v5
4848 with :
4949 distribution : ' temurin'
5050 java-version : ${{ matrix.jdk }}
@@ -60,13 +60,13 @@ jobs:
6060
6161 steps :
6262 - name : Checkout repository
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464
6565 - name : Export version
6666 uses : ./.github/actions/export-pom-version
6767
6868 - name : Setup java
69- uses : actions/setup-java@v4
69+ uses : actions/setup-java@v5
7070 if : contains(env.POM_VERSION, '-SNAPSHOT')
7171 with :
7272 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141
4242 - name : Setup java
43- uses : actions/setup-java@v4
43+ uses : actions/setup-java@v5
4444 with :
4545 distribution : ' temurin'
4646 java-version : ${{ matrix.jdk }}
You can’t perform that action at this time.
0 commit comments