@@ -52,14 +52,14 @@ jobs:
5252 steps :
5353 - name : Get aws-c-s3 sources (main)
5454 if : inputs.aws_c_s3_tag == ''
55- uses : actions/checkout@v5 .0.0
55+ uses : actions/checkout@v6 .0.0
5656 with :
5757 repository : awslabs/aws-c-s3
5858 path : aws-c-s3
5959
6060 - name : Get aws-c-s3 sources (tag)
6161 if : inputs.aws_c_s3_tag != ''
62- uses : actions/checkout@v5 .0.0
62+ uses : actions/checkout@v6 .0.0
6363 with :
6464 repository : awslabs/aws-c-s3
6565 path : aws-c-s3
@@ -85,70 +85,70 @@ jobs:
8585
8686 - name : Get aws-lc sources
8787 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
88- uses : actions/checkout@v5 .0.0
88+ uses : actions/checkout@v6 .0.0
8989 with :
9090 repository : aws/aws-lc
9191 path : aws-lc
9292
9393 - name : Get s2n-tls sources
9494 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
95- uses : actions/checkout@v5 .0.0
95+ uses : actions/checkout@v6 .0.0
9696 with :
9797 repository : aws/s2n-tls
9898 path : s2n-tls
9999
100100 - name : Get aws-c-common sources
101101 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
102- uses : actions/checkout@v5 .0.0
102+ uses : actions/checkout@v6 .0.0
103103 with :
104104 repository : awslabs/aws-c-common
105105 path : aws-c-common
106106
107107 - name : Get aws-checksums sources
108108 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
109- uses : actions/checkout@v5 .0.0
109+ uses : actions/checkout@v6 .0.0
110110 with :
111111 repository : awslabs/aws-checksums
112112 path : aws-checksums
113113
114114 - name : Get aws-c-cal sources
115115 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
116- uses : actions/checkout@v5 .0.0
116+ uses : actions/checkout@v6 .0.0
117117 with :
118118 repository : awslabs/aws-c-cal
119119 path : aws-c-cal
120120
121121 - name : Get aws-c-io sources
122122 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
123- uses : actions/checkout@v5 .0.0
123+ uses : actions/checkout@v6 .0.0
124124 with :
125125 repository : awslabs/aws-c-io
126126 path : aws-c-io
127127
128128 - name : Get aws-c-compression sources
129129 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
130- uses : actions/checkout@v5 .0.0
130+ uses : actions/checkout@v6 .0.0
131131 with :
132132 repository : awslabs/aws-c-compression
133133 path : aws-c-compression
134134
135135 - name : Get aws-c-http sources
136136 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
137- uses : actions/checkout@v5 .0.0
137+ uses : actions/checkout@v6 .0.0
138138 with :
139139 repository : awslabs/aws-c-http
140140 path : aws-c-http
141141
142142 - name : Get aws-c-sdkutils sources
143143 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
144- uses : actions/checkout@v5 .0.0
144+ uses : actions/checkout@v6 .0.0
145145 with :
146146 repository : awslabs/aws-c-sdkutils
147147 path : aws-c-sdkutils
148148
149149 - name : Get aws-c-auth sources
150150 if : ${{ steps.cache-aws-c-s3-ubuntu-gcc.outputs.cache-hit != 'true' }}
151- uses : actions/checkout@v5 .0.0
151+ uses : actions/checkout@v6 .0.0
152152 with :
153153 repository : awslabs/aws-c-auth
154154 path : aws-c-auth
0 commit comments