16
16
fetch-depth : 0
17
17
18
18
- name : Setup Python & Poetry Environment
19
- uses :
exasol/python-toolbox/.github/actions/[email protected] .0
19
+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1
20
20
21
21
- name : Check Version(s)
22
22
run : |
32
32
uses : actions/checkout@v4
33
33
34
34
- name : Setup Python & Poetry Environment
35
- uses :
exasol/python-toolbox/.github/actions/[email protected] .0
35
+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1
36
36
37
37
- name : Build Documentation
38
38
run : |
52
52
uses : actions/checkout@v4
53
53
54
54
- name : Setup Python & Poetry Environment
55
- uses :
exasol/python-toolbox/.github/actions/[email protected] .0
55
+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1
56
56
57
57
- name : Run changelog update check
58
58
run : poetry run -- nox -s changelog:updated
70
70
uses : actions/checkout@v4
71
71
72
72
- name : Setup Python & Poetry Environment
73
- uses :
exasol/python-toolbox/.github/actions/[email protected] .0
73
+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1
74
74
with :
75
75
python-version : ${{ matrix.python-version }}
76
76
99
99
uses : actions/checkout@v4
100
100
101
101
- name : Setup Python & Poetry Environment
102
- uses :
exasol/python-toolbox/.github/actions/[email protected] .0
102
+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1
103
103
with :
104
104
python-version : ${{ matrix.python-version }}
105
105
@@ -119,7 +119,7 @@ jobs:
119
119
uses : actions/checkout@v4
120
120
121
121
- name : Setup Python & Poetry Environment
122
- uses :
exasol/python-toolbox/.github/actions/[email protected] .0
122
+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1
123
123
with :
124
124
python-version : ${{ matrix.python-version }}
125
125
@@ -142,7 +142,7 @@ jobs:
142
142
uses : actions/checkout@v4
143
143
144
144
- name : Setup Python & Poetry Environment
145
- uses :
exasol/python-toolbox/.github/actions/[email protected] .0
145
+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1
146
146
147
147
- name : Run format check
148
148
run : poetry run -- nox -s project:format
@@ -162,7 +162,7 @@ jobs:
162
162
uses : actions/checkout@v4
163
163
164
164
- name : Setup Python & Poetry Environment
165
- uses :
exasol/python-toolbox/.github/actions/[email protected] .0
165
+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1
166
166
with :
167
167
python-version : ${{ matrix.python-version }}
168
168
0 commit comments