3434 build-sample-app :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 0
4040
@@ -84,14 +84,14 @@ jobs:
8484 test-case-batch-value : ${{ steps.set-batches.outputs.batch-values }}
8585 steps :
8686 - name : Checkout Testing Framework repository
87- uses : actions/checkout@v4
87+ uses : actions/checkout@v5
8888 with :
8989 repository : ${{ env.TESTING_FRAMEWORK_REPO }}
9090 path : testing-framework
9191 ref : ${{ inputs.test_ref }}
9292
9393 - name : Checkout Java Instrumentation repository
94- uses : actions/checkout@v4
94+ uses : actions/checkout@v5
9595 with :
9696 fetch-depth : 0
9797 path : aws-otel-java-instrumentation
@@ -126,7 +126,7 @@ jobs:
126126 steps :
127127 # required for versioning
128128 - name : Checkout Java Instrumentation repository
129- uses : actions/checkout@v4
129+ uses : actions/checkout@v5
130130 with :
131131 fetch-depth : 0
132132 path : aws-otel-java-instrumentation
@@ -151,7 +151,7 @@ jobs:
151151 role-duration-seconds : 14400
152152
153153 - name : Checkout Testing Framework repository
154- uses : actions/checkout@v4
154+ uses : actions/checkout@v5
155155 with :
156156 repository : ${{ env.TESTING_FRAMEWORK_REPO }}
157157 path : testing-framework
0 commit comments