File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v3
1717
18- - uses : actions/setup-python@v4
18+ - uses : actions/setup-python@v5
1919 with :
2020 python-version : ' 3.10'
2121
6363 steps :
6464 - uses : actions/checkout@v3
6565
66- - uses : actions/setup-python@v4
66+ - uses : actions/setup-python@v5
6767 with :
6868 python-version : ' 3.12'
6969
8383 steps :
8484 - uses : actions/checkout@v3
8585
86- - uses : actions/setup-python@v4
86+ - uses : actions/setup-python@v5
8787 with :
8888 python-version : ' 3.12'
8989
@@ -108,7 +108,7 @@ jobs:
108108 python-version : ['3.9', '3.10', '3.11', '3.12']
109109
110110 steps :
111- - uses : actions/setup-python@v4
111+ - uses : actions/setup-python@v5
112112 with :
113113 python-version : ${{ matrix.python-version }}
114114 - uses : actions/download-artifact@v3
@@ -130,7 +130,7 @@ jobs:
130130 target : ['.', 'python-flint']
131131 steps :
132132 - uses : actions/checkout@v3
133- - uses : actions/setup-python@v4
133+ - uses : actions/setup-python@v5
134134 with :
135135 python-version : ${{ matrix.python-version }}
136136 - run : bin/pip_install_ubuntu.sh ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments