File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - name : Setup asdf and install tools
2020 uses : asdf-vm/actions/install@v4
2121 - name : Setup Gradle
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Setup asdf and install tools
1717 uses : asdf-vm/actions/install@v4
1818 - name : Setup Gradle
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Setup asdf and install tools
1919 uses : asdf-vm/actions/install@v4
2020 - name : Setup Gradle
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Setup asdf and install tools
1717 uses : asdf-vm/actions/install@v4
1818 - name : Setup Gradle
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Setup asdf and install tools
1919 uses : asdf-vm/actions/install@v4
2020 - name : Setup Gradle
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Setup asdf and install tools
1717 uses : asdf-vm/actions/install@v4
1818 - name : Setup Gradle
Original file line number Diff line number Diff line change 2727 # Build and upload JAR artifact when a release is created
2828 - name : Checkout code
2929 if : ${{ steps.release.outputs.release_created }}
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131
3232 - name : Setup asdf and install tools
3333 if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Setup asdf and install tools
1717 uses : asdf-vm/actions/install@v4
1818 - name : Setup Gradle
You can’t perform that action at this time.
0 commit comments