File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 5757      matrix : ${{ steps.extension-matrix.outputs.matrix }} 
5858    steps :
5959      - name : Checkout 
60-         uses : actions/checkout@v4  
60+         uses : actions/checkout@v5  
6161      - name : Get the extension matrix 
6262        id : extension-matrix 
6363        uses : ./extension-matrix 
7676      matrix : ${{fromJson(needs.get-extension-matrix.outputs.matrix)}} 
7777    steps :
7878      - name : Checkout 
79-         uses : actions/checkout@v4  
79+         uses : actions/checkout@v5  
8080      - name : Build the extension 
8181        uses : ./extension 
8282        with :
Original file line number Diff line number Diff line change 5454      matrix : ${{ steps.extension-matrix.outputs.matrix }} 
5555    steps :
5656      - name : Checkout 
57-         uses : actions/checkout@v4  
57+         uses : actions/checkout@v5  
5858      - name : Get the extension matrix 
5959        id : extension-matrix 
6060        uses : ./extension-matrix 
7373      matrix : ${{fromJson(needs.get-extension-matrix.outputs.matrix)}} 
7474    steps :
7575      - name : Checkout 
76-         uses : actions/checkout@v4  
76+         uses : actions/checkout@v5  
7777      - name : Build the extension 
7878        uses : ./extension 
7979        with :
@@ -109,7 +109,7 @@ jobs:
109109    needs : artifacts 
110110    steps :
111111      - name : Get artifact 
112-         uses : actions/download-artifact@v4  
112+         uses : actions/download-artifact@v5  
113113        with :
114114          name : artifacts 
115115          path : artifacts 
Original file line number Diff line number Diff line change 2222    runs-on : windows-2022 
2323    steps :
2424      - name : Checkout 
25-         uses : actions/checkout@v4  
25+         uses : actions/checkout@v5  
2626
2727      - name : Build 
2828        uses : ./php 
Original file line number Diff line number Diff line change 99    runs-on : ubuntu-latest 
1010    steps :
1111      - name : Checkout 
12-         uses : actions/checkout@v4  
12+         uses : actions/checkout@v5  
1313
1414      - name : Publish Php Module 
1515        shell : pwsh 
Original file line number Diff line number Diff line change 1717    runs-on : windows-2022 
1818    steps :
1919      - name : Checkout 
20-         uses : actions/checkout@v4  
20+         uses : actions/checkout@v5  
2121
2222      - name : Setup MySQL 
2323        uses : ankane/setup-mysql@v1 
Original file line number Diff line number Diff line change 5757    runs-on: windows-2022 
5858    steps: 
5959      - name: Checkout 
60-         uses: actions/checkout@v4  
60+         uses: actions/checkout@v5  
6161
6262      - name: Build 
6363        uses: php/php-windows-builder/php@v1 
@@ -117,7 +117,7 @@ jobs:
117117    runs-on: ubuntu-latest 
118118    steps: 
119119      - name: Checkout 
120-         uses: actions/checkout@v4  
120+         uses: actions/checkout@v5  
121121      - name: Get the extension matrix 
122122        id: extension-matrix 
123123        uses: php/php-windows-builder/extension-matrix@v1 
Original file line number Diff line number Diff line change 3939  using : composite 
4040  steps :
4141    - name : Checkout 
42-       uses : actions/checkout@v4  
42+       uses : actions/checkout@v5  
4343
4444    - name : Setup PHP 
4545      uses : shivammathur/setup-php@v2 
Original file line number Diff line number Diff line change 5959  using : composite 
6060  steps :
6161    - name : Checkout 
62-       uses : actions/checkout@v4  
62+       uses : actions/checkout@v5  
6363
6464    - name : Build PHP Extension 
6565      id : build 
Original file line number Diff line number Diff line change 2121  using : composite 
2222  steps :
2323    - name : Checkout 
24-       uses : actions/checkout@v4  
24+       uses : actions/checkout@v5  
2525
2626    - name : Build PHP 
2727      shell : pwsh 
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ runs:
1818  using : composite 
1919  steps :
2020    - name : Checkout 
21-       uses : actions/checkout@v4  
21+       uses : actions/checkout@v5  
2222
2323    - name : Get artifacts 
24-       uses : actions/download-artifact@v4  
24+       uses : actions/download-artifact@v5  
2525      with :
2626        path : artifacts 
2727        merge-multiple : true 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments