File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1818 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up JDK
2323 uses : actions/setup-java@v5
2424 with :
3939 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
4040
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - name : Configure pagefile
44444545 with :
Original file line number Diff line number Diff line change 1313 if : github.repository == 'quickfix-j/quickfixj'
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Set up JDK
1818 uses : actions/setup-java@v5
1919 with :
You can’t perform that action at this time.
0 commit comments