File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up Java
1818 uses : actions/setup-java@v4
1919 with :
2929 runs-on : ubuntu-latest
3030
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Set up Java
3434 uses : actions/setup-java@v4
3535 with :
4646 if : github.repository == 'assertj/assertj-assertions-generator' && github.event_name == 'push'
4747
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - name : Set up Java
5151 uses : actions/setup-java@v4
5252 with :
7272 if : github.repository_owner == 'assertj' && github.event_name == 'push' && github.ref == 'refs/heads/main'
7373
7474 steps :
75- - uses : actions/checkout@v4
75+ - uses : actions/checkout@v5
7676 - name : Set up Maven Central
7777 uses : actions/setup-java@v4
7878 with :
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@v5
1818 - name : Set up Maven Central
1919 uses : actions/setup-java@v4
2020 with :
You can’t perform that action at this time.
0 commit comments