File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 WEBAPP_URL : ${{ steps.get_output_windows.outputs.WEBAPP_URL }}
5353 steps :
5454 - name : Checkout Code
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v6
5656
5757 - name : Validate Workflow Input Parameters
5858 shell : bash
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270 echo "Final EXP status: $EXP_ENABLED"
271271
272272 - name : Checkout Code
273- uses : actions/checkout@v4
273+ uses : actions/checkout@v6
274274
275275 - name : Login to Azure
276276 shell : bash
Original file line number Diff line number Diff line change 3030 IMAGE_TAG : ${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}
3131 steps :
3232 - name : Checkout Code
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 - name : Generate Unique Docker Image Tag
3636 id : generate_docker_tag
Original file line number Diff line number Diff line change 3636 TEST_REPORT_URL : ${{ steps.upload_report.outputs.artifact-url }}
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040
4141 - name : Set up Python
4242 uses : actions/setup-python@v6
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Upload test report
138138 id : upload_report
139- uses : actions/upload-artifact@v4
139+ uses : actions/upload-artifact@v6
140140 if : ${{ !cancelled() }}
141141 with :
142142 name : test-report
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ structlog
3535typing-extensions
3636python-jose [cryptography ]
3737passlib [bcrypt ]
38- semantic-kernel [azure ]== 1.39.0
38+ semantic-kernel [azure ]== 1.39.2
3939sqlparse
4040sqlglot
4141unittest2
@@ -49,5 +49,5 @@ opentelemetry-sdk==1.39.0
4949opentelemetry-api == 1.39.0
5050opentelemetry-semantic-conventions == 0.60b0
5151opentelemetry-instrumentation == 0.60b0
52- azure-monitor-opentelemetry == 1.8.3
52+ azure-monitor-opentelemetry == 1.8.6
5353azure-ai-projects == 1.0.0
You can’t perform that action at this time.
0 commit comments