Skip to content

Commit

Permalink
Merge pull request #203 from NeuroML/chore/update-actions
Browse files Browse the repository at this point in the history
ci: update actions and python
  • Loading branch information
sanjayankur31 authored Jun 18, 2024
2 parents 7c5e730 + ec4a200 commit 77324fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11
- name: Set up JDK 11 for jNeuroML etc
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
Expand Down

0 comments on commit 77324fb

Please sign in to comment.