File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143          AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }} 
144144
145145      - name : Cache Artifacts 
146-         uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12   #  v3.2.3 
146+         uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920   #  v3.2.4 
147147        with :
148148          path : ${{ github.workspace }}/dist 
149149          key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }} 
@@ -156,7 +156,7 @@ jobs:
156156      - name : Checkout Repository 
157157        uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c  #  v3.3.0
158158      - name : Fetch Cached Artifacts 
159-         uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12   #  v3.2.3 
159+         uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920   #  v3.2.4 
160160        with :
161161          path : ${{ github.workspace }}/dist 
162162          key : nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments