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 : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414 show-progress : false
15- - uses : actions/setup-java@v4
15+ - uses : actions/setup-java@v5
1616 with :
1717 java-version : 21
1818 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ 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
2222 show-progress : false
23- - uses : actions/setup-java@v4
23+ - uses : actions/setup-java@v5
2424 with :
2525 java-version : 21
2626 distribution : ' temurin'
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-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 java-version : 21
1414 distribution : ' temurin'
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 show-progress : false
13- - uses : actions/setup-java@v4
13+ - uses : actions/setup-java@v5
1414 with :
1515 java-version : 21
1616 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments