File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111    runs-on : ubuntu-latest 
1212    if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' && github.actor == 'dependabot[bot]' 
1313    steps :
14-       - uses : actions/checkout@v2  
14+       - uses : actions/checkout@v3  
1515      - uses : ahmadnassri/action-workflow-run-wait@v1 
1616        with :
1717          timeout : 300000 
Original file line number Diff line number Diff line change 1616  docs :
1717    runs-on : ubuntu-latest 
1818    steps :
19-       - uses : actions/checkout@v1  
19+       - uses : actions/checkout@v3  
2020      - name : Set up Python 
2121        uses : actions/setup-python@v1 
2222        with :
Original file line number Diff line number Diff line change 4949      JAVA : ${{ matrix.java-version }} 
5050      AWS_REGION : eu-west-1 
5151    steps :
52-       - uses : actions/checkout@v2  
52+       - uses : actions/checkout@v3  
5353      - name : Setup java 
5454        uses : actions/setup-java@v2 
5555        with :
Original file line number Diff line number Diff line change 1010  docs :
1111    runs-on : ubuntu-latest 
1212    steps :
13-       - uses : actions/checkout@v1  
13+       - uses : actions/checkout@v3  
1414      - name : Set up Python 
1515        uses : actions/setup-python@v1 
1616        with :
Original file line number Diff line number Diff line change 88  publish :
99    runs-on : ubuntu-latest 
1010    steps :
11-       - uses : actions/checkout@v2  
11+       - uses : actions/checkout@v3  
1212      - name : Set up Maven Central Repository 
1313        uses : actions/setup-java@v2 
1414        with :
Original file line number Diff line number Diff line change 1010  build :
1111    runs-on : ubuntu-latest 
1212    steps :
13-       - uses : actions/checkout@v2  
13+       - uses : actions/checkout@v3  
1414      - name : Get current date 
1515        id : date 
1616        run : echo "::set-output name=date::$(date +'%Y-%m-%d')" 
Original file line number Diff line number Diff line change 2222  codecheck :
2323    runs-on : ubuntu-latest 
2424    steps :
25-       - uses : actions/checkout@v2  
25+       - uses : actions/checkout@v3  
2626      - name : Setup java JDK 1.8 
2727        uses : actions/setup-java@v2 
2828        with :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments