Skip to content

Commit

Permalink
Merge pull request #385 from SpiNNakerManchester/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
Christian-B committed Apr 22, 2024
2 parents 5fccb86 + 297d4d2 commit 084e7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Checkout
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Checkout
Expand Down

0 comments on commit 084e7d8

Please sign in to comment.