From da2be5a48d08da2191a1feb334316f39bfd656e5 Mon Sep 17 00:00:00 2001 From: cedricdcc <30471340+cedricdcc@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:25:28 +0100 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..58bd652 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/latest steps: - name: checkout uses: actions/checkout@v3