File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 matrix :
1515 python-version : ["3.10", "3.11", "3.12", "3.13"]
1616 steps :
17- - uses : actions/checkout@v4
18- - uses : actions/setup-python@v5
17+ - uses : actions/checkout@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - run : pip install -e ".[dev]"
2929 matrix :
3030 python-version : ["3.10", "3.11", "3.12", "3.13"]
3131 steps :
32- - uses : actions/checkout@v4
33- - uses : actions/setup-python@v5
32+ - uses : actions/checkout@v5
33+ - uses : actions/setup-python@v6
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 - run : pip install -e ".[dev]"
5353 FIRECREST_URL : ${{ secrets.FIRECREST_URL }}
5454 FIRECREST_USERNAME : ${{ secrets.FIRECREST_USERNAME }}
5555 steps :
56- - uses : actions/checkout@v4
57- - uses : actions/setup-python@v5
56+ - uses : actions/checkout@v5
57+ - uses : actions/setup-python@v6
5858 with :
5959 python-version : ${{ matrix.python-version }}
6060 - run : pip install -e ".[dev]"
You can’t perform that action at this time.
0 commit comments