File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2727
2828    steps :
2929      - name : " Checkout" 
30-         uses : actions/checkout@v4  
30+         uses : actions/checkout@v5  
3131        with :
3232          ref : ${{ matrix.branch }} 
3333
@@ -64,14 +64,14 @@ jobs:
6464    runs-on : " ubuntu-latest" 
6565
6666    steps :
67-       - uses : actions/download-artifact@v4  
67+       - uses : actions/download-artifact@v5  
6868        with :
6969          pattern : docs-* 
7070          path : docs 
7171          merge-multiple : true 
7272
7373      - name : Upload artifact 
74-         uses : actions/upload-pages-artifact@v3  
74+         uses : actions/upload-pages-artifact@v4  
7575        with :
7676          path : ' docs' 
7777
Original file line number Diff line number Diff line change 1717
1818    steps :
1919      - name : " Checkout" 
20-         uses : actions/checkout@v4  
20+         uses : actions/checkout@v5  
2121        with :
2222          fetch-depth : 0 
2323
Original file line number Diff line number Diff line change 2525
2626    steps :
2727      - name : " Checkout" 
28-         uses : actions/checkout@v4  
28+         uses : actions/checkout@v5  
2929
3030      - name : " Install PHP" 
3131        uses : " shivammathur/setup-php@v2" 
@@ -49,10 +49,10 @@ jobs:
4949
5050    steps :
5151      - name : " Checkout" 
52-         uses : actions/checkout@v4  
52+         uses : actions/checkout@v5  
5353
5454      - name : " Checkout build-cs" 
55-         uses : actions/checkout@v4  
55+         uses : actions/checkout@v5  
5656        with :
5757          repository : " phpstan/build-cs" 
5858          path : " build-cs" 
@@ -101,7 +101,7 @@ jobs:
101101
102102    steps :
103103      - name : " Checkout" 
104-         uses : actions/checkout@v4  
104+         uses : actions/checkout@v5  
105105
106106      - name : " Install PHP" 
107107        uses : " shivammathur/setup-php@v2" 
@@ -137,7 +137,7 @@ jobs:
137137
138138    steps :
139139      - name : " Checkout" 
140-         uses : actions/checkout@v4  
140+         uses : actions/checkout@v5  
141141
142142      - name : " Install PHP" 
143143        uses : " shivammathur/setup-php@v2" 
Original file line number Diff line number Diff line change 2121    runs-on : " ubuntu-latest" 
2222    steps :
2323      - name : " Checkout" 
24-         uses : actions/checkout@v4  
24+         uses : actions/checkout@v5  
2525        with :
2626          fetch-depth : 0 
2727          token : ${{ secrets.PHPSTAN_BOT_TOKEN }} 
Original file line number Diff line number Diff line change 1313    runs-on : ubuntu-latest 
1414    steps :
1515      - name : " Checkout" 
16-         uses : actions/checkout@v4  
16+         uses : actions/checkout@v5  
1717      - name : " Merge branch" 
18181919        with :
Original file line number Diff line number Diff line change 1010  tweet :
1111    runs-on : ubuntu-latest 
1212    steps :
13-       - uses : Eomm/why-don-t-you-tweet@v1  
13+       - uses : Eomm/why-don-t-you-tweet@v2  
1414        if : ${{ !github.event.repository.private }} 
1515        with :
1616          #  GitHub event payload
Original file line number Diff line number Diff line change 1414
1515    steps :
1616      - name : " Checkout" 
17-         uses : actions/checkout@v4  
17+         uses : actions/checkout@v5  
1818
1919      - name : Generate changelog 
2020        id : changelog 
Original file line number Diff line number Diff line change 1818          php-version : " 8.1" 
1919
2020      - name : " Checkout phpstan-src" 
21-         uses : actions/checkout@v4  
21+         uses : actions/checkout@v5  
2222        with :
2323          repository : phpstan/phpstan-src 
2424          path : phpstan-src 
3535
3636      - name : " Create Pull Request" 
3737        id : create-pr 
38-         uses : peter-evans/create-pull-request@v6  
38+         uses : peter-evans/create-pull-request@v7  
3939        with :
4040          token : ${{ secrets.PHPSTAN_BOT_TOKEN }} 
4141          path : ./phpstan-src 
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626
2727    steps :
2828      - name : " Checkout" 
29-         uses : actions/checkout@v4  
29+         uses : actions/checkout@v5  
3030
3131      - name : " Checkout Slevomat Coding Standard" 
32-         uses : actions/checkout@v4  
32+         uses : actions/checkout@v5  
3333        with :
3434          repository : slevomat/coding-standard 
3535          path : slevomat-cs 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments