Skip to content

Commit

Permalink
Merge pull request #66 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 1f384d1 + 9668776 commit b380c88
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,13 +27,13 @@ jobs:

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- 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
Expand Down

0 comments on commit b380c88

Please sign in to comment.