Skip to content

Commit

Permalink
Merge pull request #18 from SpiNNakerManchester/checkout
Browse files Browse the repository at this point in the history
actions/setup-python@v4 actions/checkout@v3
  • Loading branch information
Christian-B committed Oct 14, 2022
2 parents 4ad2cd9 + bc29e58 commit 75b9013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Checkout SupportScripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: SpiNNakerManchester/SupportScripts
path: support

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install pip, etc
Expand Down

0 comments on commit 75b9013

Please sign in to comment.