From b87b83dac3c239506f13dae6b6dae4bc590bc370 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Wed, 25 Sep 2024 10:21:09 -0400 Subject: [PATCH] Update ODK version in test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9460198..2c106a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: test: # The type of runner that the job will run on runs-on: ubuntu-latest - container: obolibrary/odkfull:v1.2.23 + container: obolibrary/odkfull:v1.5.2 # Steps represent a sequence of tasks that will be executed as part of the job steps: