File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99 branches :
1010 - master
11+ - next
1112
1213permissions :
1314 contents : write
@@ -23,12 +24,12 @@ jobs:
2324 name : Java ${{ matrix.java }}
2425 steps :
2526 - name : Check out code
26- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2728 with :
2829 fetch-depth : 0 # To make git describe give the intended output
2930 fetch-tags : true
3031 - name : Setup java
31- uses : actions/setup-java@v4
32+ uses : actions/setup-java@v5
3233 with :
3334 java-version : ${{ matrix.java }}
3435 distribution : zulu
4950 - name : Release
5051 if : startsWith(github.ref, 'refs/tags/v') && matrix.java == '17'
5152 id : create_release
52- uses : softprops/action-gh-release@v2.4.1
53+ uses : softprops/action-gh-release@v2.5.0
5354 with :
5455 files : |
5556 tool/target/gp.jar
You can’t perform that action at this time.
0 commit comments