File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
dev :
11
- runs-on : [self-hosted , linux]
11
+ runs-on : [blacksmith-8vcpu-ubuntu-2204 , linux]
12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@v3
15
15
16
16
- name : Set up Python
17
- uses : actions /setup-python@v4
17
+ uses : useblacksmith /setup-python@v6
18
18
with :
19
19
python-version : " 3.10"
20
20
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
release :
11
- runs-on : [self-hosted , linux]
11
+ runs-on : [blacksmith-8vcpu-ubuntu-2204 , linux]
12
12
if : ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
13
13
permissions :
14
14
contents : write
22
22
persist-credentials : false
23
23
24
24
- name : Set up Python
25
- uses : actions /setup-python@v4
25
+ uses : useblacksmith /setup-python@v6
26
26
with :
27
27
python-version : " 3.10"
28
28
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
test :
13
- runs-on : [self-hosted , linux]
13
+ runs-on : [blacksmith-8vcpu-ubuntu-2204 , linux]
14
14
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v3
18
18
19
19
- name : Set up Python
20
- uses : actions /setup-python@v4
20
+ uses : useblacksmith /setup-python@v6
21
21
with :
22
22
python-version : " 3.10"
23
23
You can’t perform that action at this time.
0 commit comments