Skip to content

Commit

Permalink
ci: update actions and python
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Jun 18, 2024
1 parent 7c5e730 commit ec4a200
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 ec4a200

Please sign in to comment.