File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 if : github.repository == 'pgjdbc/r2dbc-postgresql'
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - name : Set up JDK 1.8
17- uses : actions/setup-java@v3
17+ uses : actions/setup-java@v4
1818 with :
1919 java-version : 8
2020 distribution : temurin
Original file line number Diff line number Diff line change 99 pr-build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Set up JDK 1.8
14- uses : actions/setup-java@v3
14+ uses : actions/setup-java@v4
1515 with :
1616 java-version : 8
1717 distribution : temurin
Original file line number Diff line number Diff line change 1212 if : github.repository == 'pgjdbc/r2dbc-postgresql'
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - name : Set up JDK 1.8
17- uses : actions/setup-java@v3
17+ uses : actions/setup-java@v4
1818 with :
1919 java-version : 8
2020 distribution : temurin
You can’t perform that action at this time.
0 commit comments