Skip to content

Commit

Permalink
Merge pull request #120 from geneontology/balhoff-patch-3
Browse files Browse the repository at this point in the history
Update GitHub action version
  • Loading branch information
balhoff authored Oct 10, 2024
2 parents 5cb9a0d + b87b83d commit 43300c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ 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:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- run: make test

0 comments on commit 43300c6

Please sign in to comment.