Skip to content

Commit

Permalink
Merge pull request #568 from pato-ontology/anitacaron-patch-1
Browse files Browse the repository at this point in the history
Update ODK and GitHub Action in build.yml
  • Loading branch information
matentzn authored Aug 16, 2024
2 parents ee40a35 + d5caf56 commit 518536f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.4
container: obolibrary/odkfull:v1.5.2
strategy:
max-parallel: 1
steps:
- name: Checkout main branch
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: work around permission issue
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand All @@ -24,7 +24,7 @@ jobs:
run: cd src/ontology/ && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' GITHUB_ACTION=true prepare_release_fast

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update release files
title: 'Update release files'
Expand Down

0 comments on commit 518536f

Please sign in to comment.