@@ -24,13 +24,13 @@ jobs:
2424 fi
2525
2626 - name : Checkout App Templates
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828 with :
2929 repository : aws/aws-sam-cli-app-templates
3030 path : aws-sam-cli-app-templates
3131
3232 - name : Checkout SAM CLI
33- uses : actions/checkout@v6
33+ uses : actions/checkout@v7
3434 with :
3535 repository : aws/aws-sam-cli
3636 path : aws-sam-cli
@@ -79,15 +79,15 @@ jobs:
7979 fi
8080
8181 - name : Checkout SAM
82- uses : actions/checkout@v6
82+ uses : actions/checkout@v7
8383 with :
8484 repository : aws/serverless-application-model
8585 path : serverless-application-model
8686 ref : main
8787 fetch-depth : 0
8888
8989 - name : Checkout SAM CLI
90- uses : actions/checkout@v6
90+ uses : actions/checkout@v7
9191 with :
9292 repository : aws/aws-sam-cli
9393 path : aws-sam-cli
@@ -148,15 +148,15 @@ jobs:
148148 fi
149149
150150 - name : Checkout Lambda Builders
151- uses : actions/checkout@v6
151+ uses : actions/checkout@v7
152152 with :
153153 repository : aws/aws-lambda-builders
154154 path : aws-lambda-builders
155155 ref : main
156156 fetch-depth : 0
157157
158158 - name : Checkout SAM CLI
159- uses : actions/checkout@v6
159+ uses : actions/checkout@v7
160160 with :
161161 repository : aws/aws-sam-cli
162162 path : aws-sam-cli
0 commit comments