File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3636  publish :
3737    runs-on : ubuntu-24.04 
3838    steps :
39-       - uses : actions/checkout@v4  
39+       - uses : actions/checkout@v5  
4040        with :
4141          #  chartpress requires git history to set chart version and image tags
4242          #  correctly
Original file line number Diff line number Diff line change 3030  lint_shell_scripts :
3131    runs-on : ubuntu-24.04 
3232    steps :
33-       - uses : actions/checkout@v4  
33+       - uses : actions/checkout@v5  
3434      - uses : actions/setup-python@v5 
3535        with :
3636          python-version : " 3.11" 
4444  lint_and_validate_rendered_templates :
4545    runs-on : ubuntu-24.04 
4646    steps :
47-       - uses : actions/checkout@v4  
47+       - uses : actions/checkout@v5  
4848      - uses : actions/setup-python@v5 
4949        with :
5050          python-version : " 3.11" 
7777          - helm-version : v3.5.0  #  minimal required version
7878
7979    steps :
80-       - uses : actions/checkout@v4  
80+       - uses : actions/checkout@v5  
8181      - uses : actions/setup-python@v5 
8282        with :
8383          python-version : " 3.11" 
@@ -222,7 +222,7 @@ jobs:
222222    runs-on : ${{ matrix.os }} 
223223
224224    steps :
225-       - uses : actions/checkout@v4  
225+       - uses : actions/checkout@v5  
226226        with :
227227          #  chartpress requires git history to set chart version and image tags
228228          #  correctly
@@ -412,7 +412,7 @@ jobs:
412412    runs-on : ubuntu-24.04 
413413
414414    steps :
415-       - uses : actions/checkout@v4  
415+       - uses : actions/checkout@v5  
416416        with :
417417          #  chartpress requires git history to set chart version and image tags
418418          #  correctly
Original file line number Diff line number Diff line change 3131  build_images :
3232    runs-on : ubuntu-24.04 
3333    steps :
34-       - uses : actions/checkout@v4  
34+       - uses : actions/checkout@v5  
3535        with :
3636          #  chartpress requires git history to set chart version and image tags
3737          #  correctly
Original file line number Diff line number Diff line change 2727  linkcheck :
2828    runs-on : ubuntu-24.04 
2929    steps :
30-       - uses : actions/checkout@v4  
30+       - uses : actions/checkout@v5  
3131        with :
3232          #  chartpress, used by docs/conf.py, requires git history to set
3333          #  chart version and image tags correctly
Original file line number Diff line number Diff line change 5151            accept_failure : false 
5252
5353    steps :
54-       - uses : actions/checkout@v4  
54+       - uses : actions/checkout@v5  
5555        with :
5656          #  chartpress requires git history to set chart version and image tags
5757          #  correctly
Original file line number Diff line number Diff line change 7979            version_patch_regexp_group_suffix : " ?" 
8080
8181    steps :
82-       - uses : actions/checkout@v4  
82+       - uses : actions/checkout@v5  
8383
8484      - name : Get values.yaml pinned tag of ${{ matrix.registry }}/${{ matrix.repository }} 
8585        id : local 
@@ -134,7 +134,7 @@ jobs:
134134    environment : watch-dependencies 
135135
136136    steps :
137-       - uses : actions/checkout@v4  
137+       - uses : actions/checkout@v5  
138138      - uses : actions/setup-python@v5 
139139        with :
140140          python-version : " 3.13" 
@@ -206,7 +206,7 @@ jobs:
206206    environment : watch-dependencies 
207207
208208    steps :
209-       - uses : actions/checkout@v4  
209+       - uses : actions/checkout@v5  
210210
211211      - name : Refreeze images/*/requirements.txt based on images/*/unfrozen/requirements.txt 
212212        run : ci/refreeze 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments