File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : " ubuntu-latest"
1010 steps :
1111 - name : Checkout pyCUFSM Repository
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313
1414 - name : Install Poetry
1515 run : pipx install poetry
5757 platforms : arm64
5858
5959 - name : Checkout pyCUFSM Repository
60- uses : actions/checkout@v6
60+ uses : actions/checkout@v7
6161
6262 - name : Build wheels
6363 uses : pypa/cibuildwheel@v4.0.0
8080 matrix :
8181 python-version : ["3.10"]
8282 steps :
83- - uses : actions/checkout@v6
83+ - uses : actions/checkout@v7
8484 - name : Install Poetry
8585 run : pipx install poetry
8686 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1010 matrix :
1111 python-version : ["3.12"]
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 - name : Install Poetry
1515 run : pipx install poetry
1616 - name : Set up Python ${{ matrix.python-version }}
4242 python-version : ["3.10", "3.11", "3.13"]
4343
4444 steps :
45- - uses : actions/checkout@v6
45+ - uses : actions/checkout@v7
4646 - name : Install Poetry
4747 run : pipx install poetry
4848 - name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments