From 0b0f83531f5cf3f705420ac208509703b31b35c4 Mon Sep 17 00:00:00 2001 From: cedricdcc <30471340+cedricdcc@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:53:08 +0200 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9a1656d..2a63af9 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,7 +7,7 @@ jobs: job: runs-on: ubuntu-latest env: - ROCRATE_PROFILE_URI: https://data.emobon.embrc.eu/observatory-profile/0.22 + ROCRATE_PROFILE_URI: https://data.emobon.embrc.eu/observatory-profile/0.27 steps: - name: checkout uses: actions/checkout@v3