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 2727 token : ${{ secrets.WORKFLOWS_CREATE_RELEASE_TOKEN }}
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ' 3.x'
3333 cache : ' pip'
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v5
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.x'
2222 - uses : browniebroke/pre-commit-autoupdate-action@main
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v5
2727
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 cache : ' pip'
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.x'
2222
You can’t perform that action at this time.
0 commit comments