File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 java : [17]
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : actions/setup-java@v5
1919 with :
2020 distribution : ' temurin'
Original file line number Diff line number Diff line change 88 name : Upload Files
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Setup Java
1313 uses : actions/setup-java@v5
1414 with :
Original file line number Diff line number Diff line change 1212 name : Prepare Release
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 persist-credentials : false
Original file line number Diff line number Diff line change 1212 name : Build and Release Add-On
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 persist-credentials : false
You can’t perform that action at this time.
0 commit comments