From 6b9f389940ec0123d5dafc7cb400fc23c6f691c6 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Thu, 15 Jun 2023 23:37:04 +0200 Subject: [PATCH] Update contrib SHA (#3348) Fixes #3347 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1bdff92077..db3a931e6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ env: # Otherwise, set variable to the commit of your branch on # opentelemetry-python-contrib which is compatible with these Core repo # changes. - CONTRIB_REPO_SHA: 2edd017c22edb4896e182c934bc199d716495ce6 + CONTRIB_REPO_SHA: a5ed4da478c4360fd6e24893f7574b150431b7ee # This is needed because we do not clone the core repo in contrib builds anymore. # When running contrib builds as part of core builds, we use actions/checkout@v2 which # does not set an environment variable (simply just runs tox), which is different when