File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616
1717    steps :
1818      - name : Checkout repository 
19-         uses : actions/checkout@v2  
19+         uses : actions/checkout@v3  
2020
2121      - name : Arduino Lint 
2222        uses : arduino/arduino-lint-action@v1 
Original file line number Diff line number Diff line change @@ -60,20 +60,20 @@ jobs:
6060
6161steps :
6262      - name : Checkout 
63-         uses : actions/checkout@v2  
63+         uses : actions/checkout@v3  
6464
6565      #  it's necessary to checkout the platform before installing it so that the ArduinoCore-API dependency can be added
6666      - name : Checkout ArduinoCore-mbed 
6767        #  this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
68-         uses : actions/checkout@v2  
68+         uses : actions/checkout@v3  
6969        with :
7070          repository : arduino/ArduinoCore-mbed 
7171          #  the arduino/actions/libraries/compile-examples action will install the platform from this path
7272          path : ${{ env.ARDUINOCORE_MBED_STAGING_PATH }} 
7373
7474      - name : Checkout ArduinoCore-API 
7575        #  this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
76-         uses : actions/checkout@v2  
76+         uses : actions/checkout@v3  
7777        with :
7878          repository : arduino/ArduinoCore-API 
7979          path : ${{ env.ARDUINOCORE_API_STAGING_PATH }} 
Original file line number Diff line number Diff line change 1616
1717    steps :
1818      - name : Checkout repository 
19-         uses : actions/checkout@v2  
19+         uses : actions/checkout@v3  
2020
2121      - name : Spell check 
2222        uses : codespell-project/actions-codespell@master 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments