File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v3.3.0
28+ uses : actions/checkout@v3.5.2
2929 with :
3030 # We must fetch at least the immediate parents so that if this is
3131 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 timeout-minutes : 30
1414 steps :
15- - uses : actions/checkout@v3.3.0
15+ - uses : actions/checkout@v3.5.2
1616 - name : Set up JDK 8
1717 uses : actions/setup-java@v3
1818 with :
Original file line number Diff line number Diff line change 1212 runs-on : ${{ matrix.os }}
1313
1414 steps :
15- - uses : actions/checkout@v3.3.0
15+ - uses : actions/checkout@v3.5.2
1616 - name : Set up JDK ${{ matrix.java-version }}
1717 uses : actions/setup-java@v3
1818 with :
You can’t perform that action at this time.
0 commit comments