Skip to content

Commit

Permalink
Update ODK and actions' versions in deploy.yml
Browse files Browse the repository at this point in the history
Update the ODK version to the latest to be the same as used in the Makefile.
Update checkout action to v4 to fix the warn message about use of deprecated Node.js version
Update action-gh-release to the latest version available
  • Loading branch information
Anita Caron authored Aug 16, 2024
1 parent c432ac2 commit faf5288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.3.1
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: Run release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true

0 comments on commit faf5288

Please sign in to comment.