File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 matrix :
1212 python-version : ['3.9', '3.14']
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v6
1616 with :
1717 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1111 matrix :
1212 python-version : ['3.9', '3.14']
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v6
1616 with :
1717 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1010 name : Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Set up Python 3.9
1515 uses : actions/setup-python@v6
1616 with :
Original file line number Diff line number Diff line change 1818 - python-version : ' 3.14'
1919 galaxy-branch : ' release_23.0'
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments