34
34
build-sample-app :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
with :
39
39
fetch-depth : 0
40
40
@@ -84,14 +84,14 @@ jobs:
84
84
test-case-batch-value : ${{ steps.set-batches.outputs.batch-values }}
85
85
steps :
86
86
- name : Checkout Testing Framework repository
87
- uses : actions/checkout@v4
87
+ uses : actions/checkout@v5
88
88
with :
89
89
repository : ${{ env.TESTING_FRAMEWORK_REPO }}
90
90
path : testing-framework
91
91
ref : ${{ inputs.test_ref }}
92
92
93
93
- name : Checkout Java Instrumentation repository
94
- uses : actions/checkout@v4
94
+ uses : actions/checkout@v5
95
95
with :
96
96
fetch-depth : 0
97
97
path : aws-otel-java-instrumentation
@@ -126,7 +126,7 @@ jobs:
126
126
steps :
127
127
# required for versioning
128
128
- name : Checkout Java Instrumentation repository
129
- uses : actions/checkout@v4
129
+ uses : actions/checkout@v5
130
130
with :
131
131
fetch-depth : 0
132
132
path : aws-otel-java-instrumentation
@@ -151,7 +151,7 @@ jobs:
151
151
role-duration-seconds : 14400
152
152
153
153
- name : Checkout Testing Framework repository
154
- uses : actions/checkout@v4
154
+ uses : actions/checkout@v5
155
155
with :
156
156
repository : ${{ env.TESTING_FRAMEWORK_REPO }}
157
157
path : testing-framework
0 commit comments