File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818 fetch-tags : true
1919 - name : Install Python
20- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
20+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2121 with :
2222 python-version : 3.12
2323 - name : Install dependencies
Original file line number Diff line number Diff line change 4141 git fetch --tags --force upstream
4242 shell : bash
4343 - name : Set up Python 3.x
44- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
44+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4545 with :
4646 python-version : ' 3.x'
4747 - name : Install platformdirs
9494 git remote add upstream https://github.com/brian-team/brian2 && \
9595 git fetch --tags --force upstream
9696 - name : Set up Python 3.x
97- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
97+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
9898 with :
9999 python-version : ' 3.x'
100100 - name : Build source tarball
Original file line number Diff line number Diff line change 6767 cat ~/.brian/user_preferences
6868 - name : Install Python
6969 id : python
70- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
70+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
7171 with :
7272 cache : ' pip'
7373 python-version : ${{ matrix.python-version }}
@@ -133,7 +133,7 @@ jobs:
133133 cat ~/.brian/user_preferences
134134 - name : Install Python
135135 id : python
136- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
136+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
137137 with :
138138 cache : ' pip'
139139 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 5151 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252 with :
5353 persist-credentials : false
54- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
54+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5555 with :
5656 python-version : " 3.12"
5757 cache : " pip"
@@ -124,7 +124,7 @@ jobs:
124124 cat ~/.brian/user_preferences
125125 - name : Install Python
126126 id : python
127- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
127+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
128128 with :
129129 cache : " pip"
130130 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments