File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1010 - name : Checkout Repository
1111 uses : actions/checkout@v4
1212 - name : Set up Python 3.8
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : 3.8
1616 - name : Install dependencies
2525 - name : Checkout Repository
2626 uses : actions/checkout@v4
2727 - name : Set up Python 3.8
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : 3.8
3131 - name : Install dependencies
4040 - name : Checkout Repository
4141 uses : actions/checkout@v4
4242 - name : Set up Python 3.8
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : 3.8
4646 - name : Install build tools
5555 steps :
5656 - uses : actions/checkout@v4
5757 - name : Set up Python
58- uses : actions/setup-python@v5
58+ uses : actions/setup-python@v6
5959 with :
6060 python-version : " 3.x"
6161 - name : Install dependencies
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v4
9- - uses : actions/setup-python@v5
9+ - uses : actions/setup-python@v6
1010 with :
1111 python-version : 3.8
1212
Original file line number Diff line number Diff line change 2626 issue-body : " Please approve or deny the release of opensearch-py. **Tag**: ${{ github.ref_name }} **Commit**: ${{ github.sha }}"
2727 exclude-workflow-initiator-as-approver : true
2828 - name : Set up Python 3
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ' 3.x'
3232 - name : Install build tools
Original file line number Diff line number Diff line change 2424 - name : Checkout Source Code
2525 uses : actions/checkout@v4
2626 - name : Set Up Python - ${{ matrix.entry.python-version }}
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.entry.python-version }}
3030 env :
Original file line number Diff line number Diff line change 1818 - name : Config git to rebase
1919 run : git config --global pull.rebase true
2020 - name : Set up Python 3.8
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.8
2424 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2424- Bump ` actions/download-artifact ` from 4 to 5 ([ #957 ] ( https://github.com/opensearch-project/opensearch-py/pull/957 ) )
2525- Bump ` actions/cache ` from 3 to 4 ([ #958 ] ( https://github.com/opensearch-project/opensearch-py/pull/958 ) )
2626- Bump ` peter-evans/create-pull-request ` from 6 to 7 ([ #959 ] ( https://github.com/opensearch-project/opensearch-py/pull/959 ) )
27+ - Bump ` actions/setup-python ` from 5 to 6 ([ #961 ] ( https://github.com/opensearch-project/opensearch-py/pull/961 ) )
2728
2829## [ 3.0.0]
2930### Added
You can’t perform that action at this time.
0 commit comments