Skip to content

Commit

Permalink
Merge pull request #1030 from nest/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
clinssen committed Apr 22, 2024
2 parents 5c7610d + c89363a commit 3415cb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nestml-build.yml
Expand Up @@ -30,7 +30,7 @@ jobs:

# Setup Python version
- name: Setup Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

# Setup Python version
- name: Setup Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

# Setup Python version
- name: Setup Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:

# Setup Python version
- name: Setup Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down

0 comments on commit 3415cb8

Please sign in to comment.