@@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout App Templates
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 repository : aws/aws-sam-cli-app-templates
2020 path : aws-sam-cli-app-templates
2121
2222 - name : Checkout SAM CLI
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 repository : aws/aws-sam-cli
2626 path : aws-sam-cli
@@ -59,15 +59,15 @@ jobs:
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Checkout SAM
62- uses : actions/checkout@v5
62+ uses : actions/checkout@v6
6363 with :
6464 repository : aws/serverless-application-model
6565 path : serverless-application-model
6666 ref : main
6767 fetch-depth : 0
6868
6969 - name : Checkout SAM CLI
70- uses : actions/checkout@v5
70+ uses : actions/checkout@v6
7171 with :
7272 repository : aws/aws-sam-cli
7373 path : aws-sam-cli
@@ -110,15 +110,15 @@ jobs:
110110 runs-on : ubuntu-latest
111111 steps :
112112 - name : Checkout Lambda Builders
113- uses : actions/checkout@v5
113+ uses : actions/checkout@v6
114114 with :
115115 repository : aws/aws-lambda-builders
116116 path : aws-lambda-builders
117117 ref : main
118118 fetch-depth : 0
119119
120120 - name : Checkout SAM CLI
121- uses : actions/checkout@v5
121+ uses : actions/checkout@v6
122122 with :
123123 repository : aws/aws-sam-cli
124124 path : aws-sam-cli
0 commit comments