From 2ce026b140cbdecdf797515506314d914af72224 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Wed, 25 Sep 2024 10:17:27 -0400 Subject: [PATCH 1/2] Update GitHub action version --- .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 042c447..9460198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,6 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: make test From b87b83dac3c239506f13dae6b6dae4bc590bc370 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Wed, 25 Sep 2024 10:21:09 -0400 Subject: [PATCH 2/2] 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: