File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030
3131 - uses : actions/checkout@v5
3232 - name : Set up Python ${{ matrix.python-version }}
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 architecture : ' x64'
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v5
2323
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 architecture : ' x64'
8383 - uses : actions/checkout@v5
8484
8585 - name : Set up Python ${{ matrix.python-version }}
86- uses : actions/setup-python@v5
86+ uses : actions/setup-python@v6
8787 with :
8888 python-version : ${{ matrix.python-version }}
8989 architecture : ' x64'
You can’t perform that action at this time.
0 commit comments