File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 run :
2323 working-directory : ./benchmarks # sets the default working directory to ./benchmarks
2424 steps :
25- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
25+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2626 with :
2727 python-version : " 3.12"
2828 - name : Checkout repo
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 ref : " gh-pages"
117117
118118 - name : Set up Python
119- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
119+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
120120
121121 - name : Install packaging
122122 run : python -m pip install packaging
Original file line number Diff line number Diff line change 2121 persist-credentials : false
2222
2323 - name : Set up Python 3
24- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
24+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2525 with :
2626 python-version : 3.x
2727 cache : ' pip'
Original file line number Diff line number Diff line change 1818
1919 - name : Set up Python
2020 id : setup
21- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
21+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2222 with :
2323 python-version : 3.x
2424
You can’t perform that action at this time.
0 commit comments