File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ jobs:
3434      contents : read 
3535      id-token : write 
3636    steps :
37-       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5
37+       - uses : actions/checkout@v5   #  v5
3838      - name : Bootstrap Action Workspace 
3939        uses : ./.github/actions/bootstrap 
4040        with :
4141          goreleaser : ' true' 
4242      - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd  #  v3
4343        with :
4444          terraform_version : 1.2.3 
45-       - uses : elastic/oblt-actions/aws/auth@476391c0e6815110ce488b8b09c80ed61848a28a   #  v1
46-       - uses : elastic/oblt-actions/google/auth@476391c0e6815110ce488b8b09c80ed61848a28a   #  v1
45+       - uses : elastic/oblt-actions/aws/auth@v1   #  v1
46+       - uses : elastic/oblt-actions/google/auth@v1   #  v1
4747      - uses : google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b  #  v2.2.4
4848        with :
4949          export_to_environment : true 
6767        run : make smoketest/cleanup 
6868
6969      - if : always() 
70-         uses : elastic/oblt-actions/slack/notify-result@476391c0e6815110ce488b8b09c80ed61848a28a   #  v1
70+         uses : elastic/oblt-actions/slack/notify-result@v1   #  v1
7171        with :
7272          bot-token : ${{ secrets.SLACK_BOT_TOKEN }} 
7373          channel-id : " #apm-aws-lambda" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments