File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
echo -e "\033[31;1;4mConcurrency Group\033[0m"
22
22
echo -e "$CONCURRENCY_GROUP\n"
23
23
shell : bash
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
uses : actions/setup-python@v5
27
27
with :
41
41
name : docs
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@v5
45
45
with :
46
46
fetch-depth : 0
47
47
- name : Set up Python 3.12
Original file line number Diff line number Diff line change 9
9
if : github.repository_owner == 'Qiskit-Community'
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Set up Python
Original file line number Diff line number Diff line change 10
10
if : github.repository_owner == 'Qiskit-Community'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up Python
Original file line number Diff line number Diff line change 26
26
echo -e "\033[31;1;4mConcurrency Group\033[0m"
27
27
echo -e "$CONCURRENCY_GROUP\n"
28
28
shell : bash
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- name : Set up Python ${{ matrix.python-version }}
31
31
uses : actions/setup-python@v5
32
32
with :
57
57
name : lint
58
58
runs-on : ubuntu-latest
59
59
steps :
60
- - uses : actions/checkout@v4
60
+ - uses : actions/checkout@v5
61
61
- name : Set up Python 3.13
62
62
uses : actions/setup-python@v5
63
63
with :
77
77
name : docs
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@v5
81
81
with :
82
82
fetch-depth : 0
83
83
- name : Set up Python 3.13
Original file line number Diff line number Diff line change 11
11
permissions :
12
12
id-token : write
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : actions/setup-python@v5
16
16
name : Install Python
17
17
with :
You can’t perform that action at this time.
0 commit comments