File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 name : Build and Test
99 runs-on : macos-latest
1010 steps :
11- - uses : actions/checkout@v4
12- - uses : actions/setup-java@v4
11+ - uses : actions/checkout@v5
12+ - uses : actions/setup-java@v5
1313 with :
1414 distribution : ' temurin'
1515 java-version : 24
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 # dependeabot has on push events only read-only access, but codeql requires write access
1717 if : ${{ !(github.actor == 'dependabot[bot]' && contains(fromJSON('["push"]'), github.event_name)) }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 2
22- - uses : actions/setup-java@v4
22+ - uses : actions/setup-java@v5
2323 with :
2424 distribution : ' temurin'
2525 java-version : 24
Original file line number Diff line number Diff line change 77 runs-on : macos-latest
88 if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
99 steps :
10- - uses : actions/checkout@v4
11- - uses : actions/setup-java@v4
10+ - uses : actions/checkout@v5
11+ - uses : actions/setup-java@v5
1212 with :
1313 distribution : ' temurin'
1414 java-version : 24
Original file line number Diff line number Diff line change 77 runs-on : macos-latest
88 if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
99 steps :
10- - uses : actions/checkout@v4
11- - uses : actions/setup-java@v4
10+ - uses : actions/checkout@v5
11+ - uses : actions/setup-java@v5
1212 with :
1313 distribution : ' temurin'
1414 java-version : 24
You can’t perform that action at this time.
0 commit comments