File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
ref : refs/pull/${{ github.event.pull_request.number }}/merge
16
16
17
- - uses : actions/setup-python@v5
17
+ - uses : actions/setup-python@v6
18
18
with :
19
19
python-version : ' 3.11'
20
20
architecture : ' x64'
Original file line number Diff line number Diff line change 12
12
- name : Check out the repository code
13
13
uses : actions/checkout@v5
14
14
15
- - uses : actions/setup-python@v5
15
+ - uses : actions/setup-python@v6
16
16
with :
17
17
python-version : ' 3.11'
18
18
architecture : ' x64'
Original file line number Diff line number Diff line change 17
17
token : ${{ secrets.DATA_SOURCES_DEPENDABOT }}
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : ' 3.11'
23
23
architecture : ' x64' # or the version your script requires
Original file line number Diff line number Diff line change 15
15
ref : ${{ github.base_ref }}
16
16
17
17
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ' 3.11' # Available versions here - https://github.com/actions/python-versions/releases easy to change/make a matrix/use pypy
21
21
architecture : ' x64' # optional x64 or x86. Defaults to x64 if not specified
You can’t perform that action at this time.
0 commit comments