File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 name : Static Analysis
1313 steps :
1414 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 - uses : actions/checkout@v4
4747 name : Test with Python ${{ matrix.python-version }} on ${{ matrix.os }}
4848 steps :
4949 - name : Set up Python ${{ matrix.python-version }}
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353 - uses : actions/checkout@v4
7474 name : Build docs with Python ${{ matrix.python-version }} on ${{ matrix.os }}
7575 steps :
7676 - name : Set up Python ${{ matrix.python-version }}
77- uses : actions/setup-python@v5
77+ uses : actions/setup-python@v6
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2626 id-token : write
2727 steps :
2828 - name : Set up Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : " 3.14"
3232 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments