File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767 uses : actions/checkout@v4
6868
6969 - name : Set up Python
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 if : ${{ needs.setup.outputs.python == 'python' }}
7272 with :
7373 python-version : ' 3.9'
Original file line number Diff line number Diff line change 1414 with :
1515 ref : ${{ github.head_ref }}
1616 fetch-depth : 0
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.11"
2020 - name : Get the commit message
Original file line number Diff line number Diff line change 3737 fi
3838
3939 - name : Set up Python environment
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ${{ matrix.python_version }}
4343
You can’t perform that action at this time.
0 commit comments