File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -97,17 +97,11 @@ jobs:
9797 run : dotnet run --project build -c release -- publishbinaries
9898
9999 integration :
100+ runs-on : docs-builder-latest-16
100101 if : false
101- runs-on : ubuntu-latest
102102 steps :
103103 - uses : actions/checkout@v4
104104
105- - name : Free Disk Space
106- uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
107- with :
108- tool-cache : false
109- dotnet : true
110-
111105 - name : Bootstrap Action Workspace
112106 id : bootstrap
113107 uses : ./.github/actions/bootstrap
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ references:
100100 private : true
101101 integrations :
102102 logstash-docs-md :
103+ private : true
103104 opentelemetry :
104105
105106 # stack aligned using gated deploys
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ versioning_systems:
4141 # current: 1.0.0
4242 apm_agent_dotnet :
4343 base : 1.0
44- current : 1.32.2
44+ current : 1.33.0
4545 apm_agent_go :
4646 base : 2.0
4747 current : 2.7.1
You can’t perform that action at this time.
0 commit comments