File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 - name : Set up JDK
4444 uses : actions/setup-java@v5
4545 with :
Original file line number Diff line number Diff line change 1717 runs-on : ${{ matrix.os }}
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0 # need git history for spotless license header
2323 - name : Set up JDK ${{ matrix.java }}
4646 runs-on : ubuntu-latest
4747
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - name : Set up JDK
5151 uses : actions/setup-java@v5
5252 with :
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Validate is valid version
1919 run : npx -y semver $VERSION
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0 # need git history for spotless license header
2323 token : ${{ secrets.GH_TOKEN_CHAOS_BOT }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0 # need git history for spotless license header
1717 - name : Set up JDK 17
5858 steps :
5959 - name : Set TAG_NAME without ref
6060 run : echo "TAG_NAME_WITHOUT_REF=${TAG_NAME//refs\/tags\/}" >> $GITHUB_ENV
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 with :
6363 fetch-depth : 0 # need git history for spotless license header
6464 - name : Set up JDK 17
You can’t perform that action at this time.
0 commit comments