Skip to content

Commit 9c37b04

Browse files
authored
Merge pull request #4 from SpiNNakerManchester/actions/setup-python@v5
update to actions/setup-python@v5
2 parents a84393e + 9c1d412 commit 9c37b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

0 commit comments

Comments
 (0)