File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
with :
25
25
access_token : ${{ github.token }}
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
submodules : true
30
30
31
- - uses : actions/setup-python@v4
31
+ - uses : actions/setup-python@v5
32
32
with :
33
33
python-version : " 3.11"
34
34
cache : " pip"
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
15
15
with :
16
16
access_token : ${{ github.token }}
17
- - uses : actions/checkout@v3
18
- - uses : actions/setup-python@v4
17
+ - uses : actions/checkout@v4
18
+ - uses : actions/setup-python@v5
19
19
- name : install clang-format
20
20
run : |
21
21
pip install clang-format==6.0.1
22
- - uses : pre-commit/action@v3.0.1
22
+ - uses : pre-commit/action@v3
23
23
24
24
test :
25
25
name : Python
44
44
45
45
- name : Cache conda and dependencies
46
46
id : cache
47
- uses : actions/cache@v3
47
+ uses : actions/cache@v4
48
48
with :
49
49
path : ${{ env.CONDA }}/envs
50
50
key : ${{ runner.os }}-${{ runner.arch }}-${{ matrix.python}}-conda-v2-${{ hashFiles('requirements/CI-tests-conda/requirements.txt') }}-${{ hashFiles('requirements/CI-tests-pip/requirements.txt') }}
Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ jobs:
157
157
cp */*.{whl,gz} dist/.
158
158
- name : Publish distribution to Test PyPI
159
159
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
160
- uses : pypa/gh-action-pypi-publish@release/ v1
160
+ uses : pypa/gh-action-pypi-publish@v1
161
161
with :
162
162
repository_url : https://test.pypi.org/legacy/
163
163
- name : Publish distribution to PRODUCTION PyPI
164
164
if : github.event_name == 'release'
165
- uses : pypa/gh-action-pypi-publish@release/ v1
165
+ uses : pypa/gh-action-pypi-publish@v1
You can’t perform that action at this time.
0 commit comments