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 @@ -64,11 +64,11 @@ jobs:
64
64
MULTIBUILD_WHEELS_STAGING_ACCESS : ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
65
65
66
66
steps :
67
- - uses : actions/checkout@v2
67
+ - uses : actions/checkout@v3
68
68
with :
69
69
submodules : recursive
70
70
- name : Set up Python ${{ matrix.python-version }}
71
- uses : actions/setup-python@v2
71
+ uses : actions/setup-python@v3
72
72
with :
73
73
python-version : ${{ matrix.python-version }}
74
74
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
MULTIBUILD_WHEELS_STAGING_ACCESS : ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
46
46
47
47
steps :
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v3
49
49
with :
50
50
submodules : recursive
51
51
- name : Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v2
52
+ uses : actions/setup-python@v3
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
MULTIBUILD_WHEELS_STAGING_ACCESS : ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
46
46
47
47
steps :
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v3
49
49
with :
50
50
submodules : recursive
51
51
- name : Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v2
52
+ uses : actions/setup-python@v3
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
You can’t perform that action at this time.
0 commit comments