Skip to content

Commit 6a09cac

Browse files
authored
Merge pull request #108 from SpiNNakerManchester/checkout@v4
checkout@v4
2 parents 0bde799 + 4b78c80 commit 6a09cac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/python_actions.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Checkout SupportScripts
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
repository: SpiNNakerManchester/SupportScripts
3434
path: support
@@ -65,9 +65,9 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@v3
68+
uses: actions/checkout@v4
6969
- name: Checkout SupportScripts
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7171
with:
7272
repository: SpiNNakerManchester/SupportScripts
7373
path: support

0 commit comments

Comments
 (0)