File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ci/templates/.github/workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ jobs:
101
101
# os: 'macos-latest'
102
102
103
103
steps :
104
- - uses : actions/checkout@v3
104
+ - uses : actions/checkout@v4
105
105
with :
106
106
fetch-depth : 0
107
- - uses : actions/setup-python@v4
107
+ - uses : actions/setup-python@v5
108
108
with :
109
109
python-version : ${{ matrix.python }}
110
110
architecture : ${{ matrix.python_arch }}
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
43
43
{% endfor %}
44
44
{% endfor %}
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
with :
48
48
fetch-depth : 0
49
- - uses : actions/setup-python@v4
49
+ - uses : actions/setup-python@v5
50
50
with :
51
51
python-version : {{ '${{ matrix.python }}' }}
52
52
architecture : {{ '${{ matrix.python_arch }}' }}
You can’t perform that action at this time.
0 commit comments