File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 timeout-minutes : 20
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Check for non-ASCII characters
1818 run : |
1919 # Fail immediately if there are any non-ASCII characters in
Original file line number Diff line number Diff line change 1616 name : pypi
1717 url : https://pypi.org/p/qiskit-ibm-catalog
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - uses : actions/setup-python@v5
2121 name : Install Python
2222 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 timeout-minutes : 60
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Set up Python 3.11
2020 uses : actions/setup-python@v4
2121 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 timeout-minutes : 60
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : actions/setup-python@v4
2121 with :
2222 python-version : ' 3.11'
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 timeout-minutes : 30
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Set up Python 3.11
2020 uses : actions/setup-python@v4
2121 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 timeout-minutes : 30
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Set up Python 3.11
2020 uses : actions/setup-python@v4
2121 with :
Original file line number Diff line number Diff line change 2727 - os : windows-latest
2828 python-version : 3.11
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : Set up Python ${{ matrix.python-version }}
3232 uses : actions/setup-python@v4
3333 with :
You can’t perform that action at this time.
0 commit comments